driver/bmx280: remove unused xtimer dependency
This commit is contained in:
parent
8a7f3ab6fa
commit
9aa2154d3a
@ -46,4 +46,3 @@ endchoice
|
||||
config MODULE_BMX280
|
||||
bool
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_XTIMER
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
USEMODULE += xtimer
|
||||
|
||||
ifneq (,$(filter bm%280_spi,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_spi
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
#include "assert.h"
|
||||
#include "bmx280.h"
|
||||
#include "bmx280_internals.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user