probonopd 2 years ago committed by GitHub
parent 0d7af29227
commit bdb60eb4d1
  1. 2
      .gitmodules
  2. 2
      Synth_Dexed
  3. 2
      src/kernel.cpp

2
.gitmodules vendored

@ -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

@ -1 +1 @@
Subproject commit 06d90dfcf5440023667e161b83a50209d2abf506
Subproject commit 69d1f58e65fb41de721b893a87a8951d2c4ef9e9

@ -33,6 +33,8 @@ CStdlibApp::TShutdownMode CKernel::Run (void)
{
std::cout << "Hello MiniDexed!\n";
m_Dexed.Start ();
while(42==42)
{
boolean bUpdated = mUSBHCI.UpdatePlugAndPlay ();

Loading…
Cancel
Save