忘记push了,添加了RC522驱动
This commit is contained in:
@@ -8,18 +8,21 @@ C_SRCS += \
|
||||
../HW_Devices/LCD.c \
|
||||
../HW_Devices/eeprom.c \
|
||||
../HW_Devices/iic.c \
|
||||
../HW_Devices/rs522.c \
|
||||
../HW_Devices/touch.c
|
||||
|
||||
OBJS += \
|
||||
./HW_Devices/LCD.o \
|
||||
./HW_Devices/eeprom.o \
|
||||
./HW_Devices/iic.o \
|
||||
./HW_Devices/rs522.o \
|
||||
./HW_Devices/touch.o
|
||||
|
||||
C_DEPS += \
|
||||
./HW_Devices/LCD.d \
|
||||
./HW_Devices/eeprom.d \
|
||||
./HW_Devices/iic.d \
|
||||
./HW_Devices/rs522.d \
|
||||
./HW_Devices/touch.d
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user