diff options
author | bryan newbold <bnewbold@robocracy.org> | 2015-06-12 03:06:02 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2015-06-12 03:16:03 -0700 |
commit | 8038a6e3386d59af6a1a099e21234a93be15ef15 (patch) | |
tree | 4f7e265affae3490783c607e0b7b89ee1b1d5936 /wirish/include | |
parent | 035a069b838a1b5a7df2d254d3c8617ea3dc98b5 (diff) | |
download | librambutan-8038a6e3386d59af6a1a099e21234a93be15ef15.tar.gz librambutan-8038a6e3386d59af6a1a099e21234a93be15ef15.zip |
wirish: enable HardwareSPI for STM32F2-4
Diffstat (limited to 'wirish/include')
-rw-r--r-- | wirish/include/wirish/wirish.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wirish/include/wirish/wirish.h b/wirish/include/wirish/wirish.h index 606aac0..75a2d6d 100644 --- a/wirish/include/wirish/wirish.h +++ b/wirish/include/wirish/wirish.h @@ -44,9 +44,7 @@ #include <wirish/wirish_debug.h> #include <wirish/wirish_math.h> #include <wirish/wirish_time.h> -#if STM32_MCU_SERIES == STM32_SERIES_F1 /* FIXME [0.0.13?] port to F2 */ #include <wirish/HardwareSPI.h> -#endif #include <wirish/HardwareSerial.h> #include <wirish/HardwareTimer.h> #include <wirish/usb_serial.h> |