1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

[H7] H7A3 support

This commit is contained in:
jflyper 2020-09-29 23:03:20 +09:00
parent c6d70214f5
commit 697d0f7ed3
17 changed files with 1363 additions and 49 deletions

View file

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