implemented fixture mapping (without mapping_table)
This commit is contained in:
3
Makefile
3
Makefile
@@ -22,7 +22,7 @@ TARGET = Parafraktor
|
||||
# debug build?
|
||||
DEBUG = 1
|
||||
# optimization
|
||||
OPT = -Og
|
||||
OPT = -O0
|
||||
|
||||
|
||||
#######################################
|
||||
@@ -38,6 +38,7 @@ BUILD_DIR = build
|
||||
C_SOURCES = \
|
||||
Src/main.c \
|
||||
Src/uart_dmx.c \
|
||||
Src/address_selector.c \
|
||||
Src/stepper.c \
|
||||
Src/stm32g0xx_it.c \
|
||||
Src/stm32g0xx_hal_msp.c \
|
||||
|
||||
Reference in New Issue
Block a user