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:
parent
dc3e7decbd
commit
0598704872
91 changed files with 74058 additions and 27 deletions
|
@ -100,7 +100,7 @@ retry:
|
|||
break;
|
||||
}
|
||||
; // fallthrough
|
||||
#ifndef OLIMEXINO
|
||||
#if !defined(OLIMEXINO) && !defined(STM32F3DISCOVERY)
|
||||
case ACC_MMA8452: // MMA8452
|
||||
if (mma8452Detect(&acc)) {
|
||||
accHardware = ACC_MMA8452;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue