Added support for STM32F103RB
Diff: BurstSPI_LPC1768.cpp
- Revision:
- 8:97d75b6d5028
- Parent:
- 7:9faa78fb128a
--- a/BurstSPI_LPC1768.cpp Tue Aug 05 19:35:37 2014 +0000 +++ b/BurstSPI_LPC1768.cpp Wed Sep 03 18:46:02 2014 +0000 @@ -1,4 +1,4 @@ -#if defined(TARGET_LPC1768) || defined(TARGET_LPC1114) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) #include "BurstSPI.h" void BurstSPI::fastWrite(int data) {