Changed definition of word type to match Due

This commit is contained in:
Roger Clark 2014-12-26 09:11:48 +11:00
parent a276f6184c
commit b6146f25bf
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@
#define MISO 3
#define SCK 4
typedef uint16 word;
typedef unsigned int word;
// typedef uint16 word;// definition from Arduino website, now appears to be incorrect for 32 bit devices
/* Wiring macros and bit defines */
#define true 0x1