1
0
Fork 0
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:
Dominic Clifton 2014-05-31 22:43:06 +01:00
parent fb9e3a2358
commit d19a5e7046
330 changed files with 657 additions and 638 deletions

15
src/main/io/serial_cli.h Normal file
View 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_ */