Skip to content

Commit 416bda0

Browse files
committed
Added an include of stdlib.h
Needs include of stdlib.h for a compile to take place on the F4 variant.
1 parent ab37760 commit 416bda0

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)