summaryrefslogtreecommitdiff
path: root/fw/nucleo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fw/nucleo.sh')
-rwxr-xr-xfw/nucleo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/nucleo.sh b/fw/nucleo.sh
index f625ce6..b48b759 100755
--- a/fw/nucleo.sh
+++ b/fw/nucleo.sh
@@ -32,7 +32,7 @@ MCUBOOT="${ROOT}/fw/btl/mcuboot"
IMGTOOL="${MCUBOOT}/scripts/imgtool.py"
KEY="${HOME}/mcuboot/key.pem"
BOARD='nucleo_f767zi'
-EXTRA_CONFIGS="${ROOT}/fw/nucleo.conf"
+EXTRA_CONFIGS=''
BAUDRATE='115200'
SERIAL_PORT='/dev/ttyACM0'
CONFIG_OVERLAY="${FW}/my.conf"