Procházet zdrojové kódy

Merge pull request #327 from Defragster/patch-1

Add NULL func to disable debug
teensy4-core
Paul Stoffregen před 6 roky
rodič
revize
5354b42ed3
Žá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