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
Turn off Serial4 debug printing on Teensy 4.0
main
PaulStoffregen
5 years ago
parent
571493c10e
commit
ebb0040e26
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy4/debug/printf.h
+ 1
- 1
teensy4/debug/printf.h
View File
@@ -1,4 +1,4 @@
#define PRINT_DEBUG_STUFF
//
#define PRINT_DEBUG_STUFF
#ifdef PRINT_DEBUG_STUFF
// defining printf this way breaks things like Serial.printf() in C++ :(
Write
Preview
Loading…
Cancel
Save