1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

STM32F4: Platform defines and common system file placement

This commit is contained in:
blckmn 2016-06-08 06:53:40 +10:00
parent bef18e4fd7
commit 3582e459a4
8 changed files with 1294 additions and 12 deletions

View file

@ -164,3 +164,5 @@ bool isMPUSoftReset(void)
else
return false;
}