1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00
RIOT/boards/feather-m0/Makefile.dep
Martine S. Lenders 08b6936255
feather-m0: add support for saul_bat_voltage
Co-authored-by: crasbe <crasbe@gmail.com>
2025-09-05 10:27:30 +02:00

8 lines
235 B
Makefile

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += saul_bat_voltage
endif
# setup the samd21 arduino bootloader related dependencies
include $(RIOTBOARD)/common/samdx1-arduino-bootloader/Makefile.dep