Squash compiler warnings and keep translation file up to date
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*
|
||||
*----------------------------------------------------------------------------
|
||||
*
|
||||
* Portions Copyright <20> 2016 STMicroelectronics International N.V. All rights reserved.
|
||||
* Portions Copyright <20> 2016 STMicroelectronics International N.V. All rights reserved.
|
||||
* Portions Copyright (c) 2013 ARM LIMITED
|
||||
* All rights reserved.
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -462,7 +462,7 @@ const osThreadDef_t os_thread_def_##name = \
|
||||
|
||||
#define osThreadStaticDef(name, thread, priority, instances, stacksz, buffer, control) \
|
||||
const osThreadDef_t os_thread_def_##name = \
|
||||
{ #name, (thread), (priority), (instances), (stacksz), (buffer), (control) }
|
||||
{(char*) #name, (thread), (priority), (instances), (stacksz), (buffer), (control) }
|
||||
#else //configSUPPORT_STATIC_ALLOCATION == 0
|
||||
|
||||
#define osThreadDef(name, thread, priority, instances, stacksz) \
|
||||
|
||||
Reference in New Issue
Block a user