mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
CLEANUP: small adjustment to the legacy gyro directory (#13693)
* CLEANUP: small adjustment to the legacy gyro directory * Legacy source explicit declaration.
This commit is contained in:
parent
5fd8c02908
commit
a84042199d
13 changed files with 10 additions and 6 deletions
|
@ -56,7 +56,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef USE_GYRO_L3G4200D
|
||||
#include "drivers/accgyro_legacy/accgyro_l3g4200d.h"
|
||||
#include "drivers/accgyro/legacy/accgyro_l3g4200d.h"
|
||||
#endif
|
||||
|
||||
#include "drivers/accgyro/gyro_sync.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue