Skip to content

Commit

Permalink
sys/ztimer: fix typo in debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed May 2, 2023
1 parent c3500eb commit 8fbbc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/ztimer/mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void ztimer_mock_init(ztimer_mock_t *self, unsigned width)
self->running = 1;
#endif

DEBUG("zmock_init: %p width=%u mask=0x%08" PRIx32 " runnnig=%u\n", (void *)self, width,
DEBUG("zmock_init: %p width=%u mask=0x%08" PRIx32 " running=%u\n", (void *)self, width,
self->mask, self->running);
if (max_value < UINT32_MAX) {
self->super.ops->set(&self->super, self->super.max_value >> 1);
Expand Down

0 comments on commit 8fbbc40

Please sign in to comment.