This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add NULL func to disable debug
main
Defragster
5 years ago
parent
5d1b3e1093
commit
b8a545b3bf
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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
Write
Preview
Loading…
Cancel
Save