Procházet zdrojové kódy

Add NULL func to disable debug

teensy4-core
Defragster před 6 roky
rodič
revize
b8a545b3bf
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      teensy4/debug/printf.h

+ 1
- 0
teensy4/debug/printf.h Zobrazit soubor

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

#endif

Načítá se…
Zrušit
Uložit