Disable USB stack in stock firmware by default, for max power savings

This commit is contained in:
Ondrej Jirman 2023-02-17 17:30:55 +01:00
parent c4f36fdb14
commit 470f230d15
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ sdcc \
-I. \
-DFW_REVISION_STR="\"$(git describe) $(git log -1 --format=%cd --date=iso)\"" \
-DCONFIG_STOCK_FW=1 \
-DCONFIG_USB_STACK=0 \
-DCONFIG_SELFTEST=0 \
build/stock-ivt.rel main.c \
-o build/fw-stock.ihx