瀏覽代碼

Add NULL func to disable debug

main
Defragster 5 年之前
父節點
當前提交
b8a545b3bf
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      teensy4/debug/printf.h

+ 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

Loading…
取消
儲存