Skip to content

Commit

Permalink
KDC1200
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu committed Nov 22, 2024
1 parent 68e7f93 commit 03b0b56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#include "ui/menu.h"
#include "ui/ui.h"
#include "chinese.h"

#ifdef ENABLE_MDC1200
#include "app/mdc1200.h"
#endif
void insertNewline(char a[], int index, int len) {

if (index < 0 || index >= len || len >= 63) {
Expand Down

0 comments on commit 03b0b56

Please sign in to comment.