pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
112:b41bf1ce4bbe
Parent:
110:e5091ab345de
diff -r e5091ab345de -r b41bf1ce4bbe DefinitionsAndGlobals.h
--- a/DefinitionsAndGlobals.h	Thu Feb 04 14:02:12 2016 +0000
+++ b/DefinitionsAndGlobals.h	Fri Feb 05 09:50:28 2016 +0000
@@ -18,7 +18,7 @@
     #define SPI_MOSI PTE1
     #define SPI_MISO PTE3
     #define SPI_CLK PTE2
-    #define SPI_CS_ADF D8
+    #define SPI_CS_ADF PTA15
     #define SPI_CS_SDC PTE22
     #define SPI_CS_RTC PTE29
     
@@ -27,7 +27,7 @@
     #define COM_TX_TICKER_LIMIT 32
 
 // ADF INTERRUPUT
-    #define ADF_IRQ D9
+    #define ADF_IRQ PTA14
 
 // TC LIST
     #define TCL_STATE_INCOMPLETE 0x00
@@ -112,10 +112,10 @@
     
 // PAYLOAD or SCIENCE
     #define PAYLOAD_BUFFER_LENGTH 6723
-    #define PAY_SPI_MOSI PTA16
-    #define PAY_SPI_MISO PTA17
-    #define PAY_SPI_CLK PTA15
-    #define PAY_SPI_CS PTA14
+    #define PAY_SPI_MOSI PTE18
+    #define PAY_SPI_MISO PTE19
+    #define PAY_SPI_CLK PTE17
+    #define PAY_SPI_CS PTE16
     
     
 // ****************GLOBAL VARIABLES******************