Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 4a2d74a

Browse files
chiararuggeriDHJeff
authored andcommitted
Debug function removed (#49)
1 parent dd52a7c commit 4a2d74a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cores/arduino/main.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,4 @@ int main(void)
4545
if (serialEventRun) serialEventRun();
4646
}
4747
return 0;
48-
}
49-
50-
extern "C" void dbgMsg(const char* msg)
51-
{
52-
Serial.print(msg);
53-
}
54-
extern "C" void dbgMsgn(uint32_t msg)
55-
{
56-
Serial.print(msg, HEX);
5748
}

0 commit comments

Comments
 (0)