pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
113:b8991d9e3b6c
Parent:
103:b55559925dc1
Child:
114:9fb55057b13f
--- a/DefinitionsAndGlobals.h	Fri Jan 29 19:27:28 2016 +0000
+++ b/DefinitionsAndGlobals.h	Fri Feb 05 11:58:07 2016 +0000
@@ -108,10 +108,10 @@
     
 // PAYLOAD or SCIENCE
     #define PAYLOAD_BUFFER_LENGTH 6723
-    #define PAY_SPI_MOSI D11
-    #define PAY_SPI_MISO D12
-    #define PAY_SPI_CLK D13
-    #define PAY_SPI_CS D10
+    #define PAY_SPI_MOSI PTE18
+    #define PAY_SPI_MISO PTE19
+    #define PAY_SPI_CLK PTE17
+    #define PAY_SPI_CS PTE16
     
     
 // ****************GLOBAL VARIABLES******************