mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Created subdirectories in drivers directory
This commit is contained in:
parent
a9bb3fb8f6
commit
2493c214b0
219 changed files with 686 additions and 675 deletions
|
@ -25,12 +25,12 @@
|
|||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "system.h"
|
||||
#include "sensor.h"
|
||||
#include "accgyro.h"
|
||||
#include "drivers/accgyro/accgyro.h"
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/sensor.h"
|
||||
#include "adc.h"
|
||||
#include "adc_impl.h"
|
||||
#include "io.h"
|
||||
#include "drivers/io.h"
|
||||
#include "rcc.h"
|
||||
#include "dma.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue