1
0
Fork 0
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:
blckmn 2017-07-28 04:03:56 +10:00
parent da46ef68a9
commit e8c4ef83d9
26 changed files with 75 additions and 541 deletions

View file

@ -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"