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:
parent
ab37760af7
commit
416bda020b
|
@ -33,6 +33,7 @@
|
|||
#ifndef _WIRISH_H_
|
||||
#define _WIRISH_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "libmaple.h"
|
||||
|
||||
#include "wirish_types.h"
|
||||
|
|
Loading…
Reference in New Issue