1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Merge pull request #6163 from RicoKirstein/pll_osd_clock

added the USEMCO2ASOSDCLOCK define for the F7 cpus.
This commit is contained in:
Michael Keller 2018-11-22 20:58:25 +13:00 committed by GitHub
commit 233a68c9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 174 additions and 1 deletions

View file

@ -128,6 +128,7 @@ extern uint8_t __config_end;
#include "pg/bus_spi.h"
#include "pg/gyrodev.h"
#include "pg/max7456.h"
#include "pg/mco.h"
#include "pg/pinio.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"