Skip to content

Commit

Permalink
[#143] Removed unneeded uart setup
Browse files Browse the repository at this point in the history
  • Loading branch information
susanw1 committed Nov 21, 2023
1 parent 1681351 commit 2debd05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <ZscriptFullInclude.hpp>

void setup() {
// Serial.begin(9600);
ZscriptSetup.setup();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <ZscriptFullInclude.hpp>

void setup() {
// Serial.begin(9600);
ZscriptSetup.setup();
}

Expand Down

0 comments on commit 2debd05

Please sign in to comment.