aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/boards.h')
-rw-r--r--wirish/boards.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wirish/boards.h b/wirish/boards.h
index 2515c00..e9f7c28 100644
--- a/wirish/boards.h
+++ b/wirish/boards.h
@@ -134,6 +134,8 @@ bool boardUsesPin(uint8 pin);
* (...RBT6) on it. Maple Rev6 (as of March 2011) DOES NOT EXIST.
*/
#include "maple_RET6.h"
+#elif defined(BOARD_olimex_stm32_h103)
+#include "olimex_stm32_h103.h"
#else
/*
* TODO turn this into a warning so people can: