Skip to content

Commit

Permalink
Disable mcl_setup.cpp for compilation with arduino ide.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma authored Mar 8, 2020
1 parent eec1713 commit 9f6f9de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avr/cores/megacommand/mcl_setup.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ifdef MCL

#include "MCL.h"

Expand All @@ -9,3 +10,5 @@ void setup() {
void loop() {
// put your main code here, to run repeatedly:
}

#endif

0 comments on commit 9f6f9de

Please sign in to comment.