mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-08 00:53:48 +02:00
OP-1274 fixes for DiscoveryF4Bare target
This commit is contained in:
parent
4296b21025
commit
5e83374af4
@ -97,7 +97,7 @@ int main()
|
|||||||
|
|
||||||
/* For Revolution we use a FreeRTOS task to bring up the system so we can */
|
/* For Revolution we use a FreeRTOS task to bring up the system so we can */
|
||||||
/* always rely on FreeRTOS primitive */
|
/* always rely on FreeRTOS primitive */
|
||||||
result = xTaskCreate(initTask, (const signed char *)"init",
|
result = xTaskCreate(initTask, (const char *)"init",
|
||||||
INIT_TASK_STACK, NULL, INIT_TASK_PRIORITY,
|
INIT_TASK_STACK, NULL, INIT_TASK_PRIORITY,
|
||||||
&initTaskHandle);
|
&initTaskHandle);
|
||||||
PIOS_Assert(result == pdPASS);
|
PIOS_Assert(result == pdPASS);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user