Skip to content

Commit

Permalink
fixup! net/csma_sender: do not require xtimer
Browse files Browse the repository at this point in the history
  • Loading branch information
kfessel committed Feb 24, 2022
1 parent c3868d9 commit 73d91a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/net/link_layer/csma_sender/csma_sender.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <errno.h>
#include <stdbool.h>
#include <inttypes.h>
#include <kernel_defines.h>

#if IS_USED(MODULE_ZTIMER_USEC)
#include "ztimer/xtimer_compat.h"
Expand Down

0 comments on commit 73d91a7

Please sign in to comment.