mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Adding test for the downwards thrust direction logic added in
495c6b8f73
.
This commit is contained in:
parent
f268c9c4f2
commit
ddd322fb9f
11 changed files with 193 additions and 23 deletions
|
@ -33,7 +33,9 @@
|
|||
|
||||
#define SENSORS_SET (SENSOR_ACC)
|
||||
|
||||
#else
|
||||
#endif // STM32F3DISCOVERY
|
||||
|
||||
#ifdef STM32F10X_MD
|
||||
|
||||
#include "stm32f10x_conf.h"
|
||||
#include "core_cm3.h"
|
||||
|
@ -108,4 +110,4 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif // STM32F10X_MD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue