arm studio build

Dependencies:   libxDot-mbed5

Revision:
17:74d60177c6b6
Parent:
14:fc836a5a5d2f
Child:
18:d95e1a2c4303
diff -r 5cc10d804d49 -r 74d60177c6b6 inc/commI2C.h
--- a/inc/commI2C.h	Sun Jan 20 15:19:57 2019 +0000
+++ b/inc/commI2C.h	Fri Jan 25 01:46:26 2019 +0000
@@ -134,6 +134,7 @@
 //--------------------------------------------------------------------------
 //nvm ptks for ABP creds ---> REMOVE ???????????
 //--------------------------------------------------------------------------
+/*
 //upstream pkt struc
 typedef struct {  
   uint8_t   cmd;                        //cmd received from proc
@@ -141,6 +142,7 @@
   uint8_t   nvm_option;                 //read,write,restore  
   nvmABP    nvmData;
 }pkt_setnvmABPup;
+
 //dwnstream pkt struc
 typedef struct {  
   uint8_t   ack;                        //ack header response
@@ -149,7 +151,7 @@
   uint8_t   bChkSumOK; 
   nvmABP    nvmData;
 }pkt_setnvmABPdwn;
-
+*/
 //--------------------------------------------------------------------------
 //ptks for class A/B radio change
 //--------------------------------------------------------------------------
@@ -200,7 +202,7 @@
 
 
 void i2c_proc_init();
-void i2c_wait4wake_lo(void);
+//void i2c_wait4wake_lo(void);
 void i2c_pulse_wake(void);
 I2C_XFR_TYPE i2c_proc_comm();