Skip to content

Commit 4d47e6c

Browse files
committed
travis: Build STM32F769DISC board instead of F7DISC to test dbl-prec FP.
1 parent 535804a commit 4d47e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
- make -C qemu-arm test
4141
- make -C stmhal
4242
- make -C stmhal BOARD=PYBV11 MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
43-
- make -C stmhal BOARD=STM32F7DISC
43+
- make -C stmhal BOARD=STM32F769DISC
4444
- make -C stmhal BOARD=STM32L476DISC
4545
- make -C teensy
4646
- make -C cc3200 BTARGET=application BTYPE=release

0 commit comments

Comments
 (0)