From bdb60eb4d1cfc86170965a5fab208185b994c9b3 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 15 Feb 2022 19:02:10 +0000 Subject: [PATCH] Apply patch by @rsta2 https://github.com/rsta2/circle/issues/274#issuecomment-1040644432 --- .gitmodules | 2 +- Synth_Dexed | 2 +- src/kernel.cpp | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9b1f263..55f2aca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/smuehlst/circle-stdlib [submodule "Synth_Dexed"] path = Synth_Dexed - url = https://codeberg.org/dcoredump/Synth_Dexed.git + url = https://github.com/probonopd/Synth_Dexed diff --git a/Synth_Dexed b/Synth_Dexed index 06d90df..69d1f58 160000 --- a/Synth_Dexed +++ b/Synth_Dexed @@ -1 +1 @@ -Subproject commit 06d90dfcf5440023667e161b83a50209d2abf506 +Subproject commit 69d1f58e65fb41de721b893a87a8951d2c4ef9e9 diff --git a/src/kernel.cpp b/src/kernel.cpp index 34666a0..5c792a2 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -33,6 +33,8 @@ CStdlibApp::TShutdownMode CKernel::Run (void) { std::cout << "Hello MiniDexed!\n"; + m_Dexed.Start (); + while(42==42) { boolean bUpdated = mUSBHCI.UpdatePlugAndPlay ();