Wirepas SDK
config.mk
Go to the documentation of this file.
1# Button lib requires the GPIO lib
2ifeq ($(HAL_BUTTON), yes)
3HAL_GPIO=yes
4endif
5
6# LED lib requires the GPIO lib
7ifeq ($(HAL_LED), yes)
8HAL_GPIO=yes
9endif
10
11# UART lib requires the GPIO lib
12ifeq ($(HAL_UART), yes)
13HAL_GPIO=yes
14endif