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.
Dependencies: mbed mbed-STM32F103C8T6
wicedmutex.cpp
00001 #include "wicedmutex.h" 00002 00003 void wiced_rtos_init_mutex(wiced_mutex_t* pointer) { 00004 00005 // nothing for now 00006 return; 00007 } 00008 void wiced_rtos_lock_mutex(wiced_mutex_t* pointer) { 00009 return; 00010 } 00011 void wiced_rtos_unlock_mutex(wiced_mutex_t* pointer) { 00012 return; 00013 }
Generated on Fri Jul 15 2022 20:08:26 by
1.7.2