Skip to content

Commit c9c3f25

Browse files
committed
print event id
1 parent 73225d9 commit c9c3f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/drv/ioport/ioport_pup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ PROCESS_THREAD(test_process, ev, data) {
7575

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

78-
printf("Hello, world\n");
78+
printf("Hello, world: ev=%d\n", ev);
7979
}
8080

8181
PROCESS_END();

0 commit comments

Comments
 (0)