mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Experimental support for on-board custom defaults.
This commit is contained in:
parent
b310f9b348
commit
7518ec67f5
19 changed files with 390 additions and 174 deletions
|
@ -20,14 +20,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
extern uint8_t cliMode;
|
||||
#include <stdbool.h>
|
||||
|
||||
struct clivalue_s;
|
||||
void *cliGetValuePointer(const struct clivalue_s *value);
|
||||
const void *cliGetDefaultPointer(const struct clivalue_s *value);
|
||||
extern bool cliMode;
|
||||
|
||||
struct serialConfig_s;
|
||||
void cliInit(const struct serialConfig_s *serialConfig);
|
||||
void cliProcess(void);
|
||||
void cliProcessCustomDefaults(void);
|
||||
struct serialPort_s;
|
||||
void cliEnter(struct serialPort_s *serialPort);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue