终于把433通讯整出来了,不过程序空间快不够了要好好优化一下
This commit is contained in:
@@ -6,18 +6,24 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_software/button.c \
|
||||
../my_software/flash.c \
|
||||
../my_software/ht1621.c \
|
||||
../my_software/my_code.c
|
||||
../my_software/my_code.c \
|
||||
../my_software/r480r.c
|
||||
|
||||
OBJS += \
|
||||
./my_software/button.o \
|
||||
./my_software/flash.o \
|
||||
./my_software/ht1621.o \
|
||||
./my_software/my_code.o
|
||||
./my_software/my_code.o \
|
||||
./my_software/r480r.o
|
||||
|
||||
C_DEPS += \
|
||||
./my_software/button.d \
|
||||
./my_software/flash.d \
|
||||
./my_software/ht1621.d \
|
||||
./my_software/my_code.d
|
||||
./my_software/my_code.d \
|
||||
./my_software/r480r.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
||||
Reference in New Issue
Block a user