mirror of https://github.com/ARMmbed/mbed-os.git
Change "aplication" to "application"
parent
3ea1c56124
commit
5ced28359b
|
@ -42,7 +42,7 @@ void Mutex::constructor(const char *name)
|
||||||
{
|
{
|
||||||
osMutexAttr_t attr =
|
osMutexAttr_t attr =
|
||||||
{ 0 };
|
{ 0 };
|
||||||
attr.name = name ? name : "aplication_unnamed_mutex";
|
attr.name = name ? name : "application_unnamed_mutex";
|
||||||
attr.cb_mem = &_obj_mem;
|
attr.cb_mem = &_obj_mem;
|
||||||
attr.cb_size = sizeof(_obj_mem);
|
attr.cb_size = sizeof(_obj_mem);
|
||||||
attr.attr_bits = osMutexRecursive | osMutexPrioInherit | osMutexRobust;
|
attr.attr_bits = osMutexRecursive | osMutexPrioInherit | osMutexRobust;
|
||||||
|
|
Loading…
Reference in New Issue