software jump to DFU does not work with OpenBLT fix #4230

This commit is contained in:
rusefillc 2022-07-22 08:46:01 -04:00
parent b3e57a8e3b
commit 75c26920cd
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# export USE_OPENBLT=yes
export USE_OPENBLT=yes
bash ../common_make.sh proteus ARCH_STM32F4

View File

@ -1,5 +1,5 @@
#!/bin/bash
# export USE_OPENBLT=yes
export USE_OPENBLT=yes
bash ../common_make.sh proteus ARCH_STM32F7

View File

@ -1,3 +1,5 @@
#!/bin/bash
# export USE_OPENBLT=yes
bash ../common_make.sh proteus ARCH_STM32H7