fix uart log newline
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
#if defined(HOC_IRAM_LOG)
|
#if defined(HOC_IRAM_LOG)
|
||||||
#define LOGGING(...) Log(__VA_ARGS__)
|
#define LOGGING(...) Log(__VA_ARGS__)
|
||||||
#elif HOC_UART_LOG
|
#elif HOC_UART_LOG
|
||||||
#define LOGGING(...) AMS_LOG(__VA_ARGS__)
|
#define LOGGING(fmt, ...) AMS_LOG(fmt "\n", ##__VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user