Skip to content

Commit

Permalink
Apply patch by @rsta2
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 15, 2022
1 parent 0d7af29 commit bdb60eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Synth_Dexed
2 changes: 2 additions & 0 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CStdlibApp::TShutdownMode CKernel::Run (void)
{
std::cout << "Hello MiniDexed!\n";

m_Dexed.Start ();

while(42==42)
{
boolean bUpdated = mUSBHCI.UpdatePlugAndPlay ();
Expand Down

0 comments on commit bdb60eb

Please sign in to comment.