Fork of BurstSPI with Nucleo F411RE support

Fork of BurstSPI by Erik -

Revision:
11:9d43f61b3184
Parent:
10:6ed1d9f1ef37
--- a/BurstSPI_Unsupported.cpp	Tue Oct 07 10:55:42 2014 +0000
+++ b/BurstSPI_Unsupported.cpp	Fri Dec 05 06:35:12 2014 +0000
@@ -1,6 +1,7 @@
 #if !(defined(TARGET_KL25Z) || defined(TARGET_KL46Z))
 #if !(defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX))
-#if !(defined(TARGET_NUCLEO_L152RE))
+#if !(defined(TARGET_NUCLEO_L152RE) || defined(TARGET_NUCLEO_F411RE))
+
 
 #warning BurstSPI target not supported, reverting to regular SPI