/* * cli.h * * Created on: 30 sep. 2016 * Author: holmis */ #ifndef CONFIG_CLI_H_ #define CONFIG_CLI_H_ /*********************************************************************** * BRIEF: Call will start the cli loop * * INFORMATION: Should be invoked if you want to start the cli loop, * * will try to read instructions until told to stop. * * Will not be part of the regular scheduler loop. * ***********************************************************************/ void cliRun(); #endif /* CONFIG_CLI_H_ */