换屏幕驱动芯片,按钮驱动都要连带一起改
This commit is contained in:
@@ -6,14 +6,17 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_software/button.c \
|
||||
../my_software/ht1621.c \
|
||||
../my_software/my_code.c
|
||||
|
||||
OBJS += \
|
||||
./my_software/button.o \
|
||||
./my_software/ht1621.o \
|
||||
./my_software/my_code.o
|
||||
|
||||
C_DEPS += \
|
||||
./my_software/button.d \
|
||||
./my_software/ht1621.d \
|
||||
./my_software/my_code.d
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user