Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of d7a_1x by
Diff: include/d7a_com.h
- Revision:
- 31:ab9bfdbc6b44
- Parent:
- 30:d775c1409849
- Child:
- 33:f9a542d3efaa
diff -r d775c1409849 -r ab9bfdbc6b44 include/d7a_com.h --- 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 );
