From b682b63b623fa0ecefa3ee877469d3a332a7fe3e Mon Sep 17 00:00:00 2001 From: chriskiefer Date: Mon, 13 Oct 2025 16:54:01 +0100 Subject: [PATCH] set sys clock --- MEMLNaut-PAF-CARL.ino | 6 +----- src/memllib | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/MEMLNaut-PAF-CARL.ino b/MEMLNaut-PAF-CARL.ino index 3968eb0..ccb305d 100644 --- a/MEMLNaut-PAF-CARL.ino +++ b/MEMLNaut-PAF-CARL.ino @@ -63,8 +63,8 @@ constexpr size_t kN_InputParams = 3; void setup() { + set_sys_clock_khz(AudioDriver::GetSysClockSpeed(), true); - // scr.setup(); bus_ctrl_hw->priority = BUSCTRL_BUS_PRIORITY_DMA_W_BITS | BUSCTRL_BUS_PRIORITY_DMA_R_BITS | BUSCTRL_BUS_PRIORITY_PROC1_BITS; @@ -129,10 +129,6 @@ void setup() delay(1); } - // scr.post("MEMLNaut PAF CARL"); - // scr.post("let's go!"); - // add_repeating_timer_ms(-39, displayUpdate, NULL, &timerDisplay); - std::shared_ptr helpView = std::make_shared("Help"); helpView->post("PAF synth CARL"); helpView->post("TA: Down: Forget replay memory"); diff --git a/src/memllib b/src/memllib index 088ae08..0c4787d 160000 --- a/src/memllib +++ b/src/memllib @@ -1 +1 @@ -Subproject commit 088ae08c3079f033c982c8e36f7232201e58daf1 +Subproject commit 0c4787d2bdee980ae6572416e865bca848082f6d