Skip to content

Commit

Permalink
[atari][main] set priority to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jul 21, 2023
1 parent 9ed3310 commit 6782810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ extern "C"
// Create a new high-priority task to handle the main loop
// This is assigned to CPU1; the WiFi task ends up on CPU0
#define MAIN_STACKSIZE 32768
#define MAIN_PRIORITY 20
#define MAIN_PRIORITY 10
#define MAIN_CPUAFFINITY 1
xTaskCreatePinnedToCore(fn_service_loop, "fnLoop",
MAIN_STACKSIZE, nullptr, MAIN_PRIORITY, nullptr, MAIN_CPUAFFINITY);
Expand Down

0 comments on commit 6782810

Please sign in to comment.