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

First commit of port to STM32F3DISCOVERY board.

work-in-progress, it does compile and run though but hangs early on in
main() because of unimplemented features.
This commit is contained in:
Dominic Clifton 2014-04-25 01:09:19 +01:00
parent dc3e7decbd
commit 0598704872
91 changed files with 74058 additions and 27 deletions

View file

@ -100,7 +100,7 @@ retry:
break;
}
; // fallthrough
#ifndef OLIMEXINO
#if !defined(OLIMEXINO) && !defined(STM32F3DISCOVERY)
case ACC_MMA8452: // MMA8452
if (mma8452Detect(&acc)) {
accHardware = ACC_MMA8452;