Przeglądaj źródła
Merge pull request #327 from Defragster/patch-1
Add NULL func to disable debug
teensy4-core
Paul Stoffregen
6 lat temu
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z
1 dodań i
0 usunięć
-
teensy4/debug/printf.h
|
|
@@ -15,5 +15,6 @@ void printf_debug(const char *format, ...); |
|
|
|
#else |
|
|
|
#define printf_init() |
|
|
|
#define printf(...) |
|
|
|
#define printf_debug_init() |
|
|
|
|
|
|
|
#endif |