We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebe478 commit e448c8fCopy full SHA for e448c8f
libraries/Nicla_System/src/Nicla_System.cpp
@@ -34,7 +34,7 @@ bool nicla::begin(bool mounted_on_mkr)
34
Wire1.begin();
35
_chg_reg = _pmic.readByte(BQ25120A_ADDRESS, BQ25120A_FAST_CHG);
36
#ifndef NO_NEED_FOR_WATCHDOG_THREAD
37
- static rtos::Thread th(osPriorityHigh, 1024, nullptr, "ping_thread");
+ static rtos::Thread th(osPriorityHigh, 768, nullptr, "ping_thread");
38
th.start(&nicla::pingI2CThd);
39
#endif
40
started = true;
0 commit comments