Browse Source

Add NULL func to disable debug

main
Defragster 5 years ago
parent
commit
b8a545b3bf
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      teensy4/debug/printf.h

+ 1
- 0
teensy4/debug/printf.h View File

@@ -15,5 +15,6 @@ void printf_debug(const char *format, ...);
#else
#define printf_init()
#define printf(...)
#define printf_debug_init()

#endif

Loading…
Cancel
Save