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:
- 31:ab9bfdbc6b44
- Parent:
- 30:d775c1409849
- Child:
- 34:1311cc53201a
--- a/src/d7a_sys.cpp Wed May 25 08:23:15 2016 +0000 +++ b/src/d7a_sys.cpp Thu Jun 02 09:24:52 2016 +0000 @@ -20,7 +20,7 @@ void d7a_sys_open( void ) { FPRINT("\r\n"); - g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityBelowNormal, DEFAULT_STACK_SIZE); + g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE); } void d7a_sys_new_pkt(d7a_com_rx_msg_t* pkt)