소스 검색

Add NULL func to disable debug

main
Defragster 5 년 전
부모
커밋
b8a545b3bf
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      teensy4/debug/printf.h

+ 1
- 0
teensy4/debug/printf.h 파일 보기

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

#endif

Loading…
취소
저장