Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BurstSPI by
Diff: BurstSPI_Unsupported.cpp
- Revision:
- 14:83e3b8ba3f43
- Parent:
- 13:bc069279eb37
diff -r bc069279eb37 -r 83e3b8ba3f43 BurstSPI_Unsupported.cpp --- a/BurstSPI_Unsupported.cpp Sat May 16 11:09:59 2015 +0000 +++ b/BurstSPI_Unsupported.cpp Sun Oct 09 16:48:17 2016 +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) || defined(TARGET_LPC1549)) +#if !(defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX) || defined(TARGET_LPC1549) || defined(TARGET_LPC81X)) #if !(defined(TARGET_NUCLEO_L152RE) || defined(TARGET_STM32F4)) #warning BurstSPI target not supported, reverting to regular SPI
