Skip to content

Commit

Permalink
print event id
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Jan 8, 2025
1 parent 73225d9 commit c9c3f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pbio/drv/ioport/ioport_pup.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PROCESS_THREAD(test_process, ev, data) {

PROCESS_WAIT_EVENT_UNTIL(/*ev == PROCESS_EVENT_TIMER &&*/ etimer_expired(&timer));

printf("Hello, world\n");
printf("Hello, world: ev=%d\n", ev);
}

PROCESS_END();
Expand Down

0 comments on commit c9c3f25

Please sign in to comment.