Added support for STM32F103RB
Revision 7:9faa78fb128a, committed 2014-08-05
- Comitter:
- mcapewel
- Date:
- Tue Aug 05 19:35:37 2014 +0000
- Parent:
- 6:b862ffb6c5e2
- Child:
- 8:97d75b6d5028
- Commit message:
- Add LPC1114 as target supported by LPC1768 code.
Changed in this revision
BurstSPI_LPC1768.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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) {