Merge pull request #97 from jeremyvnc/patch-1

Added an include of stdlib.h in F4 wirish,h to fix compile issue is EXFUN
This commit is contained in:
Roger Clark 2015-08-06 10:32:36 +10:00
commit b38986fd85
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"