From 416bda020b440c971cdf81bf41c75f963eee200a Mon Sep 17 00:00:00 2001 From: jeremyvnc Date: Wed, 5 Aug 2015 15:34:49 -0400 Subject: [PATCH] Added an include of stdlib.h Needs include of stdlib.h for a compile to take place on the F4 variant. --- STM32F4/cores/maple/wirish.h | 1 + 1 file changed, 1 insertion(+) diff --git a/STM32F4/cores/maple/wirish.h b/STM32F4/cores/maple/wirish.h index 75d4aec..4aca74c 100644 --- a/STM32F4/cores/maple/wirish.h +++ b/STM32F4/cores/maple/wirish.h @@ -33,6 +33,7 @@ #ifndef _WIRISH_H_ #define _WIRISH_H_ +#include #include "libmaple.h" #include "wirish_types.h"