소스 검색

Add printf macro as alias of xprintf

tags/v1.9
tmk 10 년 전
부모
커밋
d5ecbb83da
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      common/print.h

+ 4
- 0
common/print.h 파일 보기

@@ -40,6 +40,10 @@
#endif
#define println(s) print_P(PSTR(s "\n"))

#ifndef AVR_LIBC_PRINTF
#define printf(f, ...) xprintf(f, ##__VA_ARGS__)
#endif

/* for old name */
#define pdec(data) print_dec(data)
#define pdec16(data) print_dec(data)

Loading…
취소
저장