infinity: Add initial files for keyboard support
This commit is contained in:
parent
c6e533ce83
commit
d0fefb76f8
18 changed files with 1029 additions and 411 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
#define STRING_STACK_LIMIT 120
|
||||
|
||||
//TODO
|
||||
int xprintf(const char* format, ...) { return 0; }
|
||||
|
||||
#if 0
|
||||
/* mbed Serial */
|
||||
Serial ser(UART_TX, UART_RX);
|
||||
|
||||
|
@ -44,3 +48,4 @@ int xprintf(const char* format, ...)
|
|||
return r;
|
||||
*/
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue