Skip to content

Commit

Permalink
update for mips vuuno (not yet ready)
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Aug 17, 2023
1 parent 3bbf783 commit e774917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/simple_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static void setlcdparam(void)

static void replace_umlauts(std::string __attribute__((unused)) &s)
{
#if BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUDUO4K || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_E4HDULTRA || BOXMODEL_VUDUO2 || BOXMODEL_VUULTIMO
#if BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUDUO4K || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_E4HDULTRA || BOXMODEL_VUUNO || BOXMODEL_VUDUO2 || BOXMODEL_VUULTIMO
return;
#else
/* this is crude, it just replaces ÄÖÜ with AOU since the display can't show them anyway */
Expand Down

0 comments on commit e774917

Please sign in to comment.