Bläddra i källkod

Add NULL func to disable debug

teensy4-core
Defragster 6 år sedan
förälder
incheckning
b8a545b3bf
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      teensy4/debug/printf.h

+ 1
- 0
teensy4/debug/printf.h Visa fil

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

#endif

Laddar…
Avbryt
Spara