mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +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
|
@ -22,10 +22,10 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#include "accgyro_mpu.h"
|
||||
#include "exti.h"
|
||||
#include "nvic.h"
|
||||
#include "system.h"
|
||||
#include "drivers/accgyro/accgyro_mpu.h"
|
||||
#include "drivers/exti.h"
|
||||
#include "drivers/nvic.h"
|
||||
#include "drivers/system.h"
|
||||
|
||||
|
||||
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue