]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/chibios/usb_main.h
Rename some Makefile defines.
[max/tmk_keyboard.git] / tmk_core / protocol / chibios / usb_main.h
index 3a7e76fc1da6dd0bac4618d2d2d88faf2ad00099..85ea9153452c570e09c3d2a1fd8df3497232cb93 100644 (file)
@@ -127,7 +127,6 @@ typedef struct {
 
 /* Putchar over the USB console */
 int8_t sendchar(uint8_t c);
-/* wrapper for printf lib */
 
 /* Flush output (send everything immediately) */
 void console_flush_output(void);