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: src/d7a_sys.cpp
- Revision:
- 49:81d5bddb02f0
- Parent:
- 44:8ebe6b70f932
- Child:
- 56:da34fc11e760
--- a/src/d7a_sys.cpp Fri Sep 02 10:07:12 2016 +0000 +++ b/src/d7a_sys.cpp Fri Sep 02 16:08:09 2016 +0000 @@ -18,11 +18,13 @@ void d7a_sys_thread(const void *p); -void d7a_sys_open( void ) +d7a_errors_t d7a_sys_open( void ) { FPRINT("\r\n"); g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE); + + return D7A_ERR_NONE; } void d7a_sys_new_pkt(d7a_com_rx_msg_t* pkt)