Skip to content

Commit

Permalink
drivers/at: remove the direct dependency to xtimer
Browse files Browse the repository at this point in the history
`at` is not using the `xtimer` module directly but only through
'isrpipe_read_timeout'.
  • Loading branch information
cladmi committed Mar 25, 2019
1 parent 60af0ec commit 65a0603
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ endif
ifneq (,$(filter at,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
USEMODULE += fmt
USEMODULE += xtimer
USEMODULE += isrpipe
USEMODULE += isrpipe_read_timeout
endif
Expand Down
1 change: 0 additions & 1 deletion drivers/at/at.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "isrpipe.h"
#include "isrpipe/read_timeout.h"
#include "periph/uart.h"
#include "xtimer.h"

#define ENABLE_DEBUG (0)
#include "debug.h"
Expand Down

0 comments on commit 65a0603

Please sign in to comment.