fix build iar with lpc43
This commit is contained in:
@@ -160,7 +160,9 @@ static void process_kbd_report(hid_keyboard_report_t const *report)
|
||||
putchar(ch);
|
||||
if ( ch == '\r' ) putchar('\n'); // added new line for enter key
|
||||
|
||||
#ifndef __ICCARM__ // TODO IAR doesn't support stream control ?
|
||||
fflush(stdout); // flush right away, else nanolib will wait for newline
|
||||
#endif
|
||||
}
|
||||
}
|
||||
// TODO example skips key released
|
||||
|
Reference in New Issue
Block a user