Added an include of stdlib.h

Needs include of stdlib.h for a compile to take place on the F4 variant.
This commit is contained in:
jeremyvnc 2015-08-05 15:34:49 -04:00
parent ab37760af7
commit 416bda020b
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#ifndef _WIRISH_H_
#define _WIRISH_H_
#include <stdlib.h>
#include "libmaple.h"
#include "wirish_types.h"