瀏覽代碼

Merge pull request #327 from Defragster/patch-1

Add NULL func to disable debug
main
Paul Stoffregen 5 年之前
父節點
當前提交
5354b42ed3
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存