2krom写满了,都不知道怎么优化了

This commit is contained in:
2021-10-24 17:27:41 +08:00
parent b8bf07f4cf
commit 564e56fad6
27 changed files with 7967 additions and 6711 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../my_software/button.c \
../my_software/flash.c \
../my_software/eeprom.c \
../my_software/gpio.c \
../my_software/ht1621.c \
../my_software/iic.c \
@@ -15,7 +15,7 @@ C_SRCS += \
OBJS += \
./my_software/button.o \
./my_software/flash.o \
./my_software/eeprom.o \
./my_software/gpio.o \
./my_software/ht1621.o \
./my_software/iic.o \
@@ -24,7 +24,7 @@ OBJS += \
C_DEPS += \
./my_software/button.d \
./my_software/flash.d \
./my_software/eeprom.d \
./my_software/gpio.d \
./my_software/ht1621.d \
./my_software/iic.d \