Change shellmatta help alias to a question mark

This commit is contained in:
Mario Hüttel 2020-04-20 01:19:37 +02:00
parent d85381e30e
commit 985c29b281
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ CFILES += adc-meas.c
# Shellmatta
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 shellmatta/src/shellmatta_opt.c shell.c
INCLUDEPATH += -Ishellmatta/api
# DEFINES += -DSHELLMATTA_STRIP_PRINTF
DEFINES += -DSHELLMATTA_HELP_ALIAS=\"?\"
# RCC Manager
CFILES += stm-periph/clock-enable-manager.c