mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
IO Clean up and use of Low level for F7
- Move F7 to optional LL driver for IO and - cleaned up and removed the remaining old gpio functions from other targets
This commit is contained in:
parent
da46ef68a9
commit
e8c4ef83d9
26 changed files with 75 additions and 541 deletions
|
@ -22,7 +22,6 @@
|
|||
#include "platform.h"
|
||||
|
||||
#include "drivers/accgyro/accgyro.h"
|
||||
#include "drivers/gpio.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/sensor.h"
|
||||
#include "drivers/time.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue