Adds forgotten stdio.h file for GCC7 support. #119

This commit is contained in:
Travis Goodspeed 2019-05-25 12:33:40 -04:00
parent f5d5cec73d
commit 78fcac8bfb

5
firmware/stdio.h Normal file
View File

@ -0,0 +1,5 @@
/* Prevents newlib's stdlib from being included.
*/
#include <stdint.h>
#include "printf.h"