Skip to content

Commit

Permalink
Update examples/tests/multi_alarm_simple_test/main.c
Browse files Browse the repository at this point in the history
Co-authored-by: Pat Pannuto <[email protected]>
  • Loading branch information
alevy and ppannuto authored Sep 6, 2024
1 parent 9c814ec commit 6bb6e36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/tests/multi_alarm_simple_test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

#include <libtock-sync/services/alarm.h>

static void event_cb(__attribute__ ((unused)) uint32_t now,
__attribute__ ((unused)) uint32_t expiration,
void* ud) {
static void event_cb(uint32_t now, uint32_t expiration, void* ud) {
int i = (int)ud;
printf("%d %ld %ld\n", i, now, expiration);
}
Expand Down

0 comments on commit 6bb6e36

Please sign in to comment.