mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Cleanup project structure. Update unit test Makefile to place object
files in obj/test
This commit is contained in:
parent
fb9e3a2358
commit
d19a5e7046
330 changed files with 657 additions and 638 deletions
15
src/main/io/serial_cli.h
Normal file
15
src/main/io/serial_cli.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* cli.h
|
||||
*
|
||||
* Created on: 6 Apr 2014
|
||||
* Author: Hydra
|
||||
*/
|
||||
|
||||
#ifndef CLI_H_
|
||||
#define CLI_H_
|
||||
|
||||
extern uint8_t cliMode;
|
||||
|
||||
void cliProcess(void);
|
||||
|
||||
#endif /* CLI_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue