Skip to content
Snippets Groups Projects
Verified Commit e111ec69 authored by rahix's avatar rahix
Browse files

fix(epicardium): Raise PMIC priority


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent b56ad45d
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ int main(void) ...@@ -95,7 +95,7 @@ int main(void)
(const char *)"PMIC", (const char *)"PMIC",
configMINIMAL_STACK_SIZE, configMINIMAL_STACK_SIZE,
NULL, NULL,
tskIDLE_PRIORITY + 1, tskIDLE_PRIORITY + 4,
NULL) != pdPASS) { NULL) != pdPASS) {
LOG_CRIT("startup", "Failed to create %s task!", "PMIC"); LOG_CRIT("startup", "Failed to create %s task!", "PMIC");
abort(); abort();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment