hack async support

This commit is contained in:
Alwin Berger 2023-09-18 16:50:28 +02:00
parent 1873f6e75e
commit 95bb6f0bd0

View File

@ -209,7 +209,7 @@ void main_waters( void )
// This task is supposed to be sporadic // This task is supposed to be sporadic
xTaskCreate( prvTask397, xTaskCreate( prvTask397,
"397", "async_397",
configMINIMAL_STACK_SIZE, configMINIMAL_STACK_SIZE,
NULL, NULL,
mainTASK_397_PRIO, mainTASK_397_PRIO,