1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Merge pull request #10985 from DusKing1/fix-h743-board-identifier

This commit is contained in:
Michael Keller 2021-10-03 17:13:16 +13:00 committed by GitHub
commit b47358474d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@
#define TARGET_IO_PORTF 0xffff
#elif defined(STM32H743)
#define TARGET_BOARD_IDENTIFIER "SH47"
#define TARGET_BOARD_IDENTIFIER "SH74"
#define USBD_PRODUCT_STRING "Betaflight STM32H743"