printfs aren't useful on the micro

This commit is contained in:
Jeff Epler 2021-10-25 08:21:33 -05:00
parent 4e2945f850
commit 3ec149e90e

View file

@ -3,6 +3,10 @@
#include <string.h>
#include <stdio.h>
#ifdef AVR
#define printf(...) (0)
#endif
struct wwvb_t {
int16_t yday; // 1..365, or 1..366 in leap years
int8_t hour; // 0..23