aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-09-13 13:32:01 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-09-13 13:32:01 -0400
commitee5667f54d76022beec4584ccf50879c68361a33 (patch)
tree555d9c15d11f5d56fa675e4dda0a930013cd00a9 /wirish/boards.h
parent5bfeb40e4795eb5cf21ea84311936acf97969365 (diff)
downloadlibrambutan-ee5667f54d76022beec4584ccf50879c68361a33.tar.gz
librambutan-ee5667f54d76022beec4584ccf50879c68361a33.zip
bugfix MAPLE_RELOAD_VAL, whitespace fixes
Diffstat (limited to 'wirish/boards.h')
-rw-r--r--wirish/boards.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wirish/boards.h b/wirish/boards.h
index 617a7ad..03d0b0e 100644
--- a/wirish/boards.h
+++ b/wirish/boards.h
@@ -72,10 +72,10 @@ typedef struct ExtiInfo {
} ExtiInfo;
// LeafLabs Maple rev3, rev4
-#ifdef BOARD_maple
+#ifdef BOARD_maple
#define CYCLES_PER_MICROSECOND 72
- #define MAPLE_RELOAD_VAL 72000
+ #define MAPLE_RELOAD_VAL 71999 /* takes a cycle to reload */
static __attribute__ ((unused)) PinMapping PIN_MAP[NR_GPIO_PINS] = {
{GPIOA_BASE, 3, ADC3, TIMER2_CH4_CCR}, // D0/PA3
@@ -142,10 +142,10 @@ typedef struct ExtiInfo {
#endif
// LeafLabs Maple Native (prototype)
-#ifdef BOARD_maple_native
+#ifdef BOARD_maple_native
#define CYCLES_PER_MICROSECOND 72
- #define MAPLE_RELOAD_VAL 72000
+ #define MAPLE_RELOAD_VAL 71999 /* takes a cycle to reload */
// TODO:
static __attribute__ ((unused)) PinMapping PIN_MAP[NR_GPIO_PINS] = {