瀏覽代碼
Merge pull request #327 from Defragster/patch-1
Add NULL func to disable debug
teensy4-core
Paul Stoffregen
6 年之前
No account linked to committer's email address
共有
1 個文件被更改,包括
1 次插入 和
0 次删除
-
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 |