aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-08-31 16:28:23 -0400
committerbnewbold <bnewbold@robocracy.org>2010-08-31 16:28:23 -0400
commit01c38f5567bf624413d901c2b287e63cdccd03a6 (patch)
tree184c1cbe4599ac16120070fcf8ba6b528f69fb36 /wirish/wirish.h
parent695f0dc4baa1bf682eec0226dc5632a9200174f1 (diff)
downloadlibrambutan-01c38f5567bf624413d901c2b287e63cdccd03a6.tar.gz
librambutan-01c38f5567bf624413d901c2b287e63cdccd03a6.zip
Partial progress on wirish portability
This version throws "defined but unused" warnings which could probably be squashed with #pragma
Diffstat (limited to 'wirish/wirish.h')
-rw-r--r--wirish/wirish.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/wirish/wirish.h b/wirish/wirish.h
index 431e529..dd99e5c 100644
--- a/wirish/wirish.h
+++ b/wirish/wirish.h
@@ -32,6 +32,7 @@
#define _WIRISH_H_
#include "libmaple.h"
+#include "boards.h"
#include "timers.h"
#include "io.h"
#include "bits.h"
@@ -80,8 +81,5 @@ void shiftOut(uint8 dataPin, uint8 clockPin, uint8 bitOrder, byte val);
} // extern "C"
#endif
-
-
-
#endif