mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-21 23:58:31 +00:00
Adds forgotten stdio.h file for GCC7 support. #119
This commit is contained in:
parent
f5d5cec73d
commit
78fcac8bfb
5
firmware/stdio.h
Normal file
5
firmware/stdio.h
Normal file
@ -0,0 +1,5 @@
|
||||
/* Prevents newlib's stdlib from being included.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "printf.h"
|
Loading…
Reference in New Issue
Block a user