1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

[H7] H723/H725 support

This commit is contained in:
jflyper 2020-09-29 13:31:12 +09:00
parent 4bf3e99e9c
commit 1feb306674
17 changed files with 1260 additions and 19 deletions

View file

@ -306,6 +306,7 @@ static const char *mcuTypeNames[] = {
"H743 (Rev.X)",
"H743 (Rev.V)",
"H7A3",
"H723/H725",
};
static const char *configurationStates[] = { "UNCONFIGURED", "CUSTOM DEFAULTS", "CONFIGURED" };