Skip to content

Commit b38986f

Browse files
Merge pull request #97 from jeremyvnc/patch-1
Added an include of stdlib.h in F4 wirish,h to fix compile issue is EXFUN
2 parents ab37760 + 416bda0 commit b38986f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

STM32F4/cores/maple/wirish.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#ifndef _WIRISH_H_
3434
#define _WIRISH_H_
3535

36+
#include <stdlib.h>
3637
#include "libmaple.h"
3738

3839
#include "wirish_types.h"

0 commit comments

Comments
 (0)