first commit, Denk proof backuping

This commit is contained in:
Blboun3
2023-11-09 15:24:40 +01:00
commit 9b52e0a9dc
11 changed files with 658 additions and 0 deletions

12
Makefile.inc Normal file
View File

@ -0,0 +1,12 @@
APPL_COBJS +=
APPL_CXXOBJS +=
SRCLANG := c++
ifdef CONFIG_EV3RT_APPLICATION
# Include libraries
include $(EV3RT_SDK_LIB_DIR)/lib-ev3cxx/Makefile
endif