Skip to content

Commit

Permalink
tests/driver_lis2dh12: adapt to API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jun 3, 2021
1 parent 392bacd commit 0ab186a
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 574 deletions.
1 change: 1 addition & 0 deletions tests/driver_lis2dh12/Makefile
Expand Up @@ -6,6 +6,7 @@ DRIVER ?= lis2dh12_spi
USEMODULE += fmt
USEMODULE += xtimer
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += $(DRIVER)

# for using lis2dh12 with interrupt function
Expand Down
1 change: 1 addition & 0 deletions tests/driver_lis2dh12/app.config.test
Expand Up @@ -3,6 +3,7 @@
CONFIG_MODULE_FMT=y
CONFIG_MODULE_XTIMER=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_SHELL_COMMANDS=y
CONFIG_MODULE_LIS2DH12=y
CONFIG_MODULE_LIS2DH12_SPI=y

Expand Down

0 comments on commit 0ab186a

Please sign in to comment.