1
0
Fork 0

infinity: Add initial files for keyboard support

This commit is contained in:
Jun Wako 2015-01-04 17:03:47 +09:00
parent c6e533ce83
commit d0fefb76f8
18 changed files with 1029 additions and 411 deletions

View file

@ -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