We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ebbb6 commit f8cc86eCopy full SHA for f8cc86e
projects/dc2903a/src.mk
@@ -17,6 +17,7 @@ SRCS += $(DRIVERS)/dac/ltc2672/ltc2672.c
17
INCS += $(INCLUDE)/no_os_delay.h \
18
$(INCLUDE)/no_os_error.h \
19
$(INCLUDE)/no_os_print_log.h \
20
+ $(INCLUDE)/no_os_gpio.h \
21
$(INCLUDE)/no_os_spi.h \
22
$(INCLUDE)/no_os_irq.h \
23
$(INCLUDE)/no_os_list.h \
@@ -32,6 +33,7 @@ INCS += $(INCLUDE)/no_os_delay.h \
32
33
SRCS += $(NO-OS)/util/no_os_lf256fifo.c \
34
$(DRIVERS)/api/no_os_irq.c \
35
$(DRIVERS)/api/no_os_timer.c \
36
+ $(DRIVERS)/api/no_os_gpio.c \
37
$(DRIVERS)/api/no_os_spi.c \
38
$(DRIVERS)/api/no_os_dma.c \
39
$(DRIVERS)/api/no_os_uart.c \
0 commit comments