make keyboard device work with lpc1347
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#include "errors.h"
|
||||
|
||||
//#if ( defined CFG_PRINTF_UART || defined CFG_PRINTF_USBCDC || defined CFG_PRINTF_DEBUG )
|
||||
#if 1
|
||||
#if 1 // TODO refractor ASSERT
|
||||
#define PRINTF_LOCATION(mess) printf("Assert: %s at line %d: %s\n", __func__, __LINE__, mess)
|
||||
#else
|
||||
#define PRINTF_LOCATION(mess)
|
||||
|
||||
Reference in New Issue
Block a user