Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
45:b85384e7d825
Parent:
44:8ebe6b70f932
Child:
49:81d5bddb02f0
--- a/include/d7a_com.h	Tue Aug 30 17:15:31 2016 +0000
+++ b/include/d7a_com.h	Thu Sep 01 09:35:27 2016 +0000
@@ -169,10 +169,8 @@
 
 void d7a_com_open( const d7a_com_config_t* config );
 void d7a_com_close();
-void d7a_com_send_msg(d7a_com_tx_msg_t* msg);
 void d7a_com_post_msg(d7a_com_tx_msg_t* msg);
 void d7a_com_dump(uint8_t* buf, uint8_t len, d7a_com_flow_t flow);
-void d7a_com_force_dump(uint8_t* buf, uint8_t len, d7a_com_flow_t flow);
 d7a_com_rx_msg_t* d7a_com_wait_pkt(uint32_t millisec = osWaitForever);
 void d7a_com_start_rx(void);
 void d7a_com_stop_rx(void);