1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Move RCC from drivers to platform (#14430)

* Move RCC from drivers to platform

* Extra line removed

* Suggestion from code rabbit

* Remove else and require explicit
This commit is contained in:
Jay Blackman 2025-06-07 09:41:37 +10:00 committed by GitHub
parent 4853ec7b8a
commit 0bb1254ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 130 additions and 88 deletions

View file

@ -33,7 +33,7 @@
#include "drivers/dma.h"
#include "drivers/exti.h"
#include "drivers/io.h"
#include "drivers/rcc.h"
#include "platform/rcc.h"
#include "pg/bus_spi.h"