mirror of https://github.com/rusefi/wideband.git
f1_dual_rev1: no need in GD32 hack as rev1 use original STM32 (#269)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
b8f11741b5
commit
2e06719ec5
|
@ -2,4 +2,4 @@
|
|||
|
||||
BOARD=f1_dual_rev1 \
|
||||
USE_OPENBLT=yes \
|
||||
USE_OPT="-O0 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \../build_f1_board.sh
|
||||
../build_f1_board.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
BOARD=f1_dual_rev1 \
|
||||
USE_OPT="-O0 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \../build_f1_board.sh
|
||||
../build_f1_board.sh
|
||||
|
|
Loading…
Reference in New Issue