Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
31:ab9bfdbc6b44
Parent:
30:d775c1409849
Child:
33:f9a542d3efaa
--- a/include/d7a_com.h	Wed May 25 08:23:15 2016 +0000
+++ b/include/d7a_com.h	Thu Jun 02 09:24:52 2016 +0000
@@ -175,7 +175,7 @@
 
 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_send_msg(d7a_com_tx_msg_t* msg);
 void d7a_com_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 );