mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
CLEANUP: Move flash drivers to their own directory (#13691)
* CLEANUP: Move flash drivers to their own directory * Missed flash_w25q128fv.h. * Directories in #include, and specifying all source files explicitly. * Revert RX driver src file implicit declaration
This commit is contained in:
parent
352350f8d0
commit
5762688f6d
22 changed files with 46 additions and 42 deletions
|
@ -56,7 +56,7 @@
|
|||
#include "drivers/dma.h"
|
||||
#include "drivers/dshot.h"
|
||||
#include "drivers/exti.h"
|
||||
#include "drivers/flash.h"
|
||||
#include "drivers/flash/flash.h"
|
||||
#include "drivers/inverter.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/light_led.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue