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 libMiMic by
Diff: core/os/mbedrtos/NyLPC_cThread.cpp
- Revision:
- 14:4618692ec239
- Parent:
- 12:efe841863fc8
- Child:
- 48:00d211aac2ec
diff -r a71705c5e6fd -r 4618692ec239 core/os/mbedrtos/NyLPC_cThread.cpp
--- a/core/os/mbedrtos/NyLPC_cThread.cpp Sun Apr 21 01:21:41 2013 +0000
+++ b/core/os/mbedrtos/NyLPC_cThread.cpp Wed Apr 24 08:02:16 2013 +0000
@@ -32,6 +32,8 @@
static osPriority prio_table[]={
osPriorityNormal,osPriorityHigh};
+
+
static void proc(void const *argument)
{
NyLPC_TcThread_t* t=(NyLPC_TcThread_t*)argument;
