mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Further reordering of CLI functions for clarity and to avoid forward declarations
This commit is contained in:
parent
3cc85e83e7
commit
e0d8879235
3 changed files with 298 additions and 313 deletions
|
@ -15,14 +15,10 @@
|
|||
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef CLI_H_
|
||||
#define CLI_H_
|
||||
#pragma once
|
||||
|
||||
extern uint8_t cliMode;
|
||||
|
||||
struct serialConfig_s;
|
||||
void cliInit(struct serialConfig_s *serialConfig);
|
||||
void cliProcess(void);
|
||||
bool cliIsActiveOnPort(serialPort_t *serialPort);
|
||||
|
||||
#endif /* CLI_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue