From 65ec38fae882f5337bb13911a1a3fd34608f4567 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 4 Jul 2020 11:57:52 +0300 Subject: [PATCH] remove test code --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 1773d1c..fabed11 100644 --- a/main.c +++ b/main.c @@ -133,7 +133,7 @@ static THD_FUNCTION(Thread1, arg) ui_process(); while (1) { - START_PROFILE +// START_PROFILE if (sweep_mode&(SWEEP_ENABLE|SWEEP_ONCE)) { // if (dirty) completed = sweep(true); @@ -152,7 +152,7 @@ static THD_FUNCTION(Thread1, arg) // if (setting.mode != -1) __WFI(); } - STOP_PROFILE +// STOP_PROFILE // Run Shell command in sweep thread if (shell_function) { operation_requested = OP_NONE; // otherwise commands will be aborted