Skip to content

Commit

Permalink
Update ex_faust.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz authored Jul 13, 2021
1 parent ba55f2a commit e55632c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions architecture/daisy/ex_faust.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
#endif

using namespace daisysp;
using namespace daisy;
using namespace std;

/******************************************************************************
Expand Down Expand Up @@ -79,9 +78,9 @@ using namespace std;
#endif

#ifdef PATCH
static DaisyPatch hw;
static daisy::DaisyPatch hw;
#else
static DaisySeed hw;
static daisy::DaisySeed hw;
#endif

static DaisyControlUI* control_UI = nullptr;
Expand Down

0 comments on commit e55632c

Please sign in to comment.