备份新仓库
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DRV/drv_dio.o: ../DRV/drv_dio.c
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,6 +6,7 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../DRV/drv_adc.c \
|
||||
../DRV/drv_dio.c \
|
||||
../DRV/drv_dma.c \
|
||||
../DRV/drv_i2c.c \
|
||||
../DRV/drv_key.c \
|
||||
@@ -16,6 +17,7 @@ C_SRCS += \
|
||||
|
||||
OBJS += \
|
||||
./DRV/drv_adc.o \
|
||||
./DRV/drv_dio.o \
|
||||
./DRV/drv_dma.o \
|
||||
./DRV/drv_i2c.o \
|
||||
./DRV/drv_key.o \
|
||||
@@ -26,6 +28,7 @@ OBJS += \
|
||||
|
||||
C_DEPS += \
|
||||
./DRV/drv_adc.d \
|
||||
./DRV/drv_dio.d \
|
||||
./DRV/drv_dma.d \
|
||||
./DRV/drv_i2c.d \
|
||||
./DRV/drv_key.d \
|
||||
|
||||
Reference in New Issue
Block a user