Upgrade to FreeRTOS v9.0.0
This commit is contained in:
parent
22c480b583
commit
c9c69178ff
53 changed files with 20817 additions and 13816 deletions
|
|
@ -44,6 +44,6 @@ void dhtMeasurementTask(void *pvParameters)
|
|||
void user_init(void)
|
||||
{
|
||||
uart_set_baud(0, 115200);
|
||||
xTaskCreate(dhtMeasurementTask, (signed char *)"dhtMeasurementTask", 256, NULL, 2, NULL);
|
||||
xTaskCreate(dhtMeasurementTask, (const char * const)"dhtMeasurementTask", 256, NULL, 2, NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue