1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

NEW TARGET: AT32 debug targets, ATSTARTF435 and REVO-AT (#12392)

* Never block use of SWD pins

* Split the AT-START-F435 and REVO-AT configs out from AT32F435/target.h
This commit is contained in:
Steve Evans 2023-02-21 12:14:07 +00:00 committed by GitHub
parent 166ff9c9b3
commit 1ff78c6aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 137 additions and 52 deletions

View file

@ -1014,9 +1014,7 @@ void init(void)
spiInitBusDMA();
#endif
#ifdef DEBUG
debugInit();
#endif
unusedPinsInit();