We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73225d9 commit c9c3f25Copy full SHA for c9c3f25
lib/pbio/drv/ioport/ioport_pup.c
@@ -75,7 +75,7 @@ PROCESS_THREAD(test_process, ev, data) {
75
76
PROCESS_WAIT_EVENT_UNTIL(/*ev == PROCESS_EVENT_TIMER &&*/ etimer_expired(&timer));
77
78
- printf("Hello, world\n");
+ printf("Hello, world: ev=%d\n", ev);
79
}
80
81
PROCESS_END();
0 commit comments