Browse Source

Turn off Serial4 debug printing on Teensy 4.0

main
PaulStoffregen 5 years ago
parent
commit
ebb0040e26
1 changed files with 1 additions and 1 deletions
  1. +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++ :(

Loading…
Cancel
Save