From 89a8e45505d2ee6003104a5b346a3a16810de708 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Mon, 16 Mar 2020 11:07:21 +0100 Subject: [PATCH] Fixes. --- MicroDexed.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index 837eeda..3b68448 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -665,7 +665,7 @@ void loop() } } -#if defined (SHOW_CPU_LOAD_MSEC) +#if defined (DEBUG) && defined (SHOW_CPU_LOAD_MSEC) if (cpu_mem_millis >= SHOW_CPU_LOAD_MSEC) { if (master_peak_r.available())