Add 'show windows' code

This commit is contained in:
2021-08-06 23:19:07 +08:00
parent 7f56a8ef4f
commit 11e983ef98
12 changed files with 6588 additions and 4881 deletions
+6 -3
View File
@@ -5,13 +5,16 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../SW_APPs/Main_APP.c
../SW_APPs/Main_APP.c \
../SW_APPs/windows.c
OBJS += \
./SW_APPs/Main_APP.o
./SW_APPs/Main_APP.o \
./SW_APPs/windows.o
C_DEPS += \
./SW_APPs/Main_APP.d
./SW_APPs/Main_APP.d \
./SW_APPs/windows.d
# Each subdirectory must supply rules for building sources it contributes