Rename some Makefile defines.

This commit is contained in:
flabbergast 2015-09-15 08:52:03 +01:00
parent 1bcf15a8ea
commit 438559f11d
3 changed files with 9 additions and 7 deletions

View 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);