Minor typo fix (#629)

This commit is contained in:
Brett Rowan 2025-01-08 00:36:17 -07:00 committed by GitHub
parent 05ce0eb6a1
commit 8605bb4fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ void app_main(void)
SYSTEM_init_peripherals(&GLOBAL_STATE);
xTaskCreate(POWER_MANAGEMENT_task, "power mangement", 8192, (void *) &GLOBAL_STATE, 10, NULL);
xTaskCreate(POWER_MANAGEMENT_task, "power management", 8192, (void *) &GLOBAL_STATE, 10, NULL);
//start the API for AxeOS
start_rest_server((void *) &GLOBAL_STATE);