mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Moved accgyro, barometer and compass drivers into subdirectories
This commit is contained in:
parent
38c1bb6bf5
commit
5874f92f87
186 changed files with 725 additions and 725 deletions
|
@ -21,12 +21,12 @@
|
|||
|
||||
#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"
|
||||
|
||||
#include "exti.h"
|
||||
#include "drivers/exti.h"
|
||||
|
||||
|
||||
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue