Skip to content

Commit 5ede40b

Browse files
committed
Now including stdlib.h from wiring.h so our abs() #define comes after the stdlib abs() definition (and therefore doesn't break it).
1 parent ce3f65a commit 5ede40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/arduino/cores/arduino/wiring.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define Wiring_h
2727

2828
#include <avr/io.h>
29+
#include <stdlib.h>
2930
#include "binary.h"
3031

3132
#ifdef __cplusplus

0 commit comments

Comments
 (0)