mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +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
|
@ -24,9 +24,9 @@
|
|||
|
||||
#include "flash.h"
|
||||
#include "flash_m25p16.h"
|
||||
#include "io.h"
|
||||
#include "bus_spi.h"
|
||||
#include "system.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/system.h"
|
||||
|
||||
#define M25P16_INSTRUCTION_RDID 0x9F
|
||||
#define M25P16_INSTRUCTION_READ_BYTES 0x03
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue