Skip to content

Commit 27a7850

Browse files
authored
Merge pull request #31 from LMESTM/fix_InterruptIn
Remove printf call from interrupt context
2 parents 5277f7f + 40e12dc commit 27a7850

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TESTS/API/InterruptIn/InterruptIn.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ volatile bool result = false;
3333
void cbfn(void)
3434
{
3535
result = true;
36-
DEBUG_PRINTF("\t**** Interrupt Triggered!\n");
3736
}
3837

3938
// Template to check Falling edge and Rising edge interrupts.

0 commit comments

Comments
 (0)