Ver código fonte

Add NULL func to disable debug

teensy4-core
Defragster 6 anos atrás
pai
commit
b8a545b3bf
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      teensy4/debug/printf.h

+ 1
- 0
teensy4/debug/printf.h Ver arquivo

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

#endif

Carregando…
Cancelar
Salvar