Added support for STM32F103RB
Diff: BurstSPI_LPC1768.cpp
- Revision:
- 7:9faa78fb128a
- Parent:
- 3:7d9b64d67b22
- Child:
- 8:97d75b6d5028
--- a/BurstSPI_LPC1768.cpp Fri Jul 25 15:09:45 2014 +0000 +++ b/BurstSPI_LPC1768.cpp Tue Aug 05 19:35:37 2014 +0000 @@ -1,4 +1,4 @@ -#ifdef TARGET_LPC1768 +#if defined(TARGET_LPC1768) || defined(TARGET_LPC1114) #include "BurstSPI.h" void BurstSPI::fastWrite(int data) {