Skip to content

Commit

Permalink
Defaulting to pru 1, for compatibility with the new Bela default
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Oct 21, 2016
1 parent 3c806f4 commit 3e721e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scsynth/scsynth_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int main(int argc, char* argv[])
options.mBelaADCLevel = 0;
options.mBelaDACLevel = 0;
options.mBelaNumMuxChannels = 0;
options.mBelaPRU = 0;
options.mBelaPRU = 1;
#endif

for (int i=1; i<argc;) {
Expand Down

0 comments on commit 3e721e2

Please sign in to comment.