Restore sweep stack size as 640

pull/1/head
DiSlord 6 years ago
parent cb587d05a4
commit 0116c529ea

@ -82,9 +82,9 @@ int16_t vbat = 0;
// //
// Profile stack usage (enable threads command by def ENABLE_THREADS_COMMAND) show: // Profile stack usage (enable threads command by def ENABLE_THREADS_COMMAND) show:
// Stack maximum usage = 480 bytes, free stack = 32+64 bytes // Stack maximum usage = 576 bytes, free stack = 64 bytes
// //
static THD_WORKING_AREA(waThread1, 512+64); static THD_WORKING_AREA(waThread1, 640);
static THD_FUNCTION(Thread1, arg) static THD_FUNCTION(Thread1, arg)
{ {
(void)arg; (void)arg;

Loading…
Cancel
Save

Powered by TurnKey Linux.