oled added, PWM and so on configured, unfortunately not working so far, target not longer found by stlink
This commit is contained in:
@ -5,15 +5,18 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_src/led.c \
|
||||
../my_src/main2.c
|
||||
../my_src/main2.c \
|
||||
../my_src/oled.c
|
||||
|
||||
OBJS += \
|
||||
./my_src/led.o \
|
||||
./my_src/main2.o
|
||||
./my_src/main2.o \
|
||||
./my_src/oled.o
|
||||
|
||||
C_DEPS += \
|
||||
./my_src/led.d \
|
||||
./my_src/main2.d
|
||||
./my_src/main2.d \
|
||||
./my_src/oled.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
Reference in New Issue
Block a user