1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nrf52840dongle: enable VDDH SAUL sensor

This commit is contained in:
Benjamin Valentin 2021-02-13 23:37:59 +01:00
parent f3c1106c9e
commit c697b8cfa7

View File

@ -1,6 +1,7 @@
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += saul_pwm
USEMODULE += saul_nrf_vddh
endif
include $(RIOTBOARD)/common/nrf52/bootloader_nrfutil.dep.mk