Now including stdlib.h from wiring.h so our abs() #define comes after the stdlib abs() definition (and therefore doesn't break it).

This commit is contained in:
David A. Mellis 2010-08-17 21:50:41 +00:00
parent 6b6d46c3e1
commit 1f9520e226
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#define Wiring_h
#include <avr/io.h>
#include <stdlib.h>
#include "binary.h"
#ifdef __cplusplus