This commit is contained in:
Wolfgang Hottgenroth 2020-11-24 14:13:51 +01:00
parent 7a088f19f2
commit f37361b659
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,7 @@ void my_setup_2() {
} }
void my_loop() { void my_loop() {
// show(DEBUG_1, TOGGLE); show(DEBUG_2, TOGGLE);
schExec(); schExec();

View File

@ -249,7 +249,8 @@ static void parseAndPrintFrame() {
void mbusCommISR() { void mbusCommISR() {
coloredMsg(LOG_RED, false, "mbc isr"); // coloredMsg(LOG_RED, false, "mbc isr");
show(DEBUG_1, TOGGLE);
} }
void mbusCommExec() { void mbusCommExec() {