goodwatch/firmware/stdio.h
2019-05-25 12:33:40 -04:00

6 lines
94 B
C

/* Prevents newlib's stdlib from being included.
*/
#include <stdint.h>
#include "printf.h"