Fork for fixing STM32
Fork of BurstSPI by
Diff: BurstSPI_Unsupported.cpp
- Revision:
- 11:36ac5fd058dd
- Parent:
- 10:6ed1d9f1ef37
- Child:
- 13:bc069279eb37
diff -r 6ed1d9f1ef37 -r 36ac5fd058dd BurstSPI_Unsupported.cpp --- a/BurstSPI_Unsupported.cpp Tue Oct 07 10:55:42 2014 +0000 +++ b/BurstSPI_Unsupported.cpp Fri Apr 03 06:02:58 2015 +0000 @@ -1,5 +1,5 @@ #if !(defined(TARGET_KL25Z) || defined(TARGET_KL46Z)) -#if !(defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX)) +#if !(defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX) || defined(TARGET_LPC1549)) #if !(defined(TARGET_NUCLEO_L152RE)) #warning BurstSPI target not supported, reverting to regular SPI