Skip to content

Commit f8cc86e

Browse files
Shetty-Anushbuha
authored andcommitted
projects:dc2903a: Add no_os_gpio to build system
Signed-off-by: Anush Shetty <anush.shetty@analog.com>
1 parent 18ebbb6 commit f8cc86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/dc2903a/src.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SRCS += $(DRIVERS)/dac/ltc2672/ltc2672.c
1717
INCS += $(INCLUDE)/no_os_delay.h \
1818
$(INCLUDE)/no_os_error.h \
1919
$(INCLUDE)/no_os_print_log.h \
20+
$(INCLUDE)/no_os_gpio.h \
2021
$(INCLUDE)/no_os_spi.h \
2122
$(INCLUDE)/no_os_irq.h \
2223
$(INCLUDE)/no_os_list.h \
@@ -32,6 +33,7 @@ INCS += $(INCLUDE)/no_os_delay.h \
3233
SRCS += $(NO-OS)/util/no_os_lf256fifo.c \
3334
$(DRIVERS)/api/no_os_irq.c \
3435
$(DRIVERS)/api/no_os_timer.c \
36+
$(DRIVERS)/api/no_os_gpio.c \
3537
$(DRIVERS)/api/no_os_spi.c \
3638
$(DRIVERS)/api/no_os_dma.c \
3739
$(DRIVERS)/api/no_os_uart.c \

0 commit comments

Comments
 (0)