Ver código fonte

Merge pull request #327 from Defragster/patch-1

Add NULL func to disable debug
teensy4-core
Paul Stoffregen 6 anos atrás
pai
commit
5354b42ed3
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

#else #else
#define printf_init() #define printf_init()
#define printf(...) #define printf(...)
#define printf_debug_init()


#endif #endif

Carregando…
Cancelar
Salvar