Added support for STM32F103RB
Diff: BurstSPI_Unsupported.cpp
- Revision:
- 13:bc069279eb37
- Parent:
- 11:36ac5fd058dd
--- a/BurstSPI_Unsupported.cpp Fri Apr 03 06:14:57 2015 +0000 +++ b/BurstSPI_Unsupported.cpp Sat May 16 11:09:59 2015 +0000 @@ -1,6 +1,6 @@ #if !(defined(TARGET_KL25Z) || defined(TARGET_KL46Z)) #if !(defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX) || defined(TARGET_LPC1549)) -#if !(defined(TARGET_NUCLEO_L152RE)) +#if !(defined(TARGET_NUCLEO_L152RE) || defined(TARGET_STM32F4)) #warning BurstSPI target not supported, reverting to regular SPI