mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Refactoring of PR 13050 - support for custom OSD messages from external device (#14097)
This commit is contained in:
parent
cab60b6594
commit
ac82d8b998
15 changed files with 135 additions and 35 deletions
|
@ -53,6 +53,7 @@ extern "C" {
|
|||
#include "pg/pg_ids.h"
|
||||
#include "pg/beeper.h"
|
||||
#include "pg/gps.h"
|
||||
#include "pg/pilot.h"
|
||||
#include "pg/rx.h"
|
||||
#include "rx/rx.h"
|
||||
#include "scheduler/scheduler.h"
|
||||
|
|
|
@ -61,6 +61,7 @@ extern "C" {
|
|||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
#include "pg/pilot.h"
|
||||
#include "pg/rx.h"
|
||||
|
||||
#include "rx/rx.h"
|
||||
|
|
|
@ -58,6 +58,7 @@ extern "C" {
|
|||
#include "pg/gps_rescue.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
#include "pg/pilot.h"
|
||||
#include "pg/rx.h"
|
||||
|
||||
#include "sensors/acceleration.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue