mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
like too many folders. Extracted code from some files into separate files to fit with the new layout.
13 lines
158 B
C
13 lines
158 B
C
/*
|
|
* cli.h
|
|
*
|
|
* Created on: 6 Apr 2014
|
|
* Author: Hydra
|
|
*/
|
|
|
|
#ifndef CLI_H_
|
|
#define CLI_H_
|
|
|
|
extern uint8_t cliMode;
|
|
|
|
#endif /* CLI_H_ */
|