From 78fcac8bfbcf86647ba34893c6c034ec31e2c43e Mon Sep 17 00:00:00 2001 From: Travis Goodspeed Date: Sat, 25 May 2019 12:33:40 -0400 Subject: [PATCH] Adds forgotten stdio.h file for GCC7 support. #119 --- firmware/stdio.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 firmware/stdio.h diff --git a/firmware/stdio.h b/firmware/stdio.h new file mode 100644 index 0000000..a53c4da --- /dev/null +++ b/firmware/stdio.h @@ -0,0 +1,5 @@ +/* Prevents newlib's stdlib from being included. + */ + +#include +#include "printf.h"