Skip to content

Commit

Permalink
[gen 3] increases pwr thread stack size to prevent SOS 10 on boron-som
Browse files Browse the repository at this point in the history
  • Loading branch information
technobly committed Apr 11, 2019
1 parent a34adad commit 7cf10ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/system_power_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void PowerManager::init() {
#if defined(DEBUG_BUILD)
4 * 1024);
#else
512);
1024);
#endif // defined(DEBUIG_BUILD)
SPARK_ASSERT(thread_ != nullptr);
}
Expand Down

0 comments on commit 7cf10ff

Please sign in to comment.