Skip to content

Commit e448c8f

Browse files
committed
Nicla_System: tune memory utilization for ping() thread
1 parent bebe478 commit e448c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Nicla_System/src/Nicla_System.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bool nicla::begin(bool mounted_on_mkr)
3434
Wire1.begin();
3535
_chg_reg = _pmic.readByte(BQ25120A_ADDRESS, BQ25120A_FAST_CHG);
3636
#ifndef NO_NEED_FOR_WATCHDOG_THREAD
37-
static rtos::Thread th(osPriorityHigh, 1024, nullptr, "ping_thread");
37+
static rtos::Thread th(osPriorityHigh, 768, nullptr, "ping_thread");
3838
th.start(&nicla::pingI2CThd);
3939
#endif
4040
started = true;

0 commit comments

Comments
 (0)