mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
Minor typo fix (#629)
This commit is contained in:
parent
05ce0eb6a1
commit
8605bb4fb0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user