Skip to content

Commit

Permalink
simuino: fix compilation on OSX Yosemite
Browse files Browse the repository at this point in the history
Remove redeclarations of uint*_t in arduino.h
to fix compilation on OSX.
  • Loading branch information
smihir committed Oct 28, 2014
1 parent 729f113 commit 1c67f90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions servuino/arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ typedef int byte;
typedef int word;
typedef bool boolean;

typedef unsigned int uint8_t;
typedef unsigned int uint16_t;
typedef unsigned int uint32_t;
typedef unsigned int uint64_t;

// Functions
int bitRead(int x, int n);
void bitSet(unsigned int *x, int n);
Expand Down

0 comments on commit 1c67f90

Please sign in to comment.