Fast SPI write, added LPC812 Target

Dependents:   wsDrive

Fork of BurstSPI by Erik -

Revision:
14:83e3b8ba3f43
Parent:
9:b69faea5252c
--- a/BurstSPI_LPC_X.cpp	Sat May 16 11:09:59 2015 +0000
+++ b/BurstSPI_LPC_X.cpp	Sun Oct 09 16:48:17 2016 +0000
@@ -1,4 +1,4 @@
-#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))
 #include "BurstSPI.h"
 
 void BurstSPI::fastWrite(int data) {