diff options
Diffstat (limited to 'wirish/boards/maple_native.cpp')
-rw-r--r-- | wirish/boards/maple_native.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wirish/boards/maple_native.cpp b/wirish/boards/maple_native.cpp index b263622..2617005 100644 --- a/wirish/boards/maple_native.cpp +++ b/wirish/boards/maple_native.cpp @@ -27,9 +27,11 @@ /** * @file maple_native.cpp * @author Marti Bolivar <mbolivar@leaflabs.com> - * @brief Maple Native PIN_MAP and boardInit(). + * @brief Maple Native board file. */ +#ifdef BOARD_maple_native + #include "maple_native.h" #include "fsmc.h" @@ -39,8 +41,6 @@ #include "wirish_types.h" -#ifdef BOARD_maple_native - static void initSRAMChip(void); void boardInit(void) { |