Skip to content

Commit

Permalink
Merge pull request #86 from OpenI6X/janek/blank-screen-fix
Browse files Browse the repository at this point in the history
Blank screen fix
  • Loading branch information
ajjjjjjjj authored Dec 22, 2021
2 parents 706daf2 + 3a67e84 commit c0d64ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radio/src/tasks.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// stack sizes should be in multiples of 8 for better alignment
// expressed in integers resulting size is 4 times bigger
#if defined(STM32F0)
#define MENUS_STACK_SIZE 920
#define MENUS_STACK_SIZE 904
#else
#define MENUS_STACK_SIZE 2048
#endif
Expand Down
2 changes: 1 addition & 1 deletion radio/src/thirdparty/CoOS/OsConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Defines the lowest priority that be assigned.
/*!<
Max number of tasks that can be running.
*/
#define CFG_MAX_USER_TASKS (2)
#define CFG_MAX_USER_TASKS (3)

/*!<
Idle task stack size(word).
Expand Down

0 comments on commit c0d64ac

Please sign in to comment.