Skip to content

Commit 2e43a06

Browse files
tolauwaecarllocos
authored andcommitted
Apply review comments (#190)
1 parent 7c0065a commit 2e43a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Primitives/arduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def_prim(subscribe_interrupt, threeToNoneU32) {
616616
uint8_t tidx = arg1.uint32; // Table Idx pointing to Callback function
617617
uint8_t mode = arg0.uint32;
618618

619-
printf("subscribe_interrupt(%i, %i, %i)\n", pin, tidx, mode);
619+
dbg_info("subscribe_interrupt(%i, %i, %i)\n", pin, tidx, mode);
620620

621621
int index = resolve_isr(pin);
622622
if (index < 0) {

0 commit comments

Comments
 (0)