mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +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
|
@ -139,6 +139,7 @@ bool cliMode = false;
|
|||
#include "pg/max7456.h"
|
||||
#include "pg/mco.h"
|
||||
#include "pg/motor.h"
|
||||
#include "pg/pilot.h"
|
||||
#include "pg/pinio.h"
|
||||
#include "pg/pin_pull_up_down.h"
|
||||
#include "pg/pg.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue