Add shellmatta to Makefile, Disable Printf dupport for shellmatta

This commit is contained in:
Mario Hüttel 2020-02-02 20:54:09 +01:00
parent 850d84140e
commit bccacc253c

View File

@ -23,6 +23,11 @@ endif
##Custom Files###
CFILES += adc-meas.c
CFILES += shellmatta/src/shellmatta.c shellmatta/src/shellmatta_autocomplete.c shellmatta/src/shellmatta_escape.c shellmatta/src/shellmatta_history.c shellmatta/src/shellmatta_utils.c
INCLUDEPATH += -Ishellmatta/api
DEFINES += -DSHELLMATTA_STRIP_PRINTF
#TODO
###################################################################################