Code cleanup

- Changing header file ifndef define to pragma once's
- Removed duplicate output_com.h's
This commit is contained in:
Jacob Alexander 2015-06-14 13:56:56 -07:00
parent 03f60df94d
commit 5f262ea4b6
75 changed files with 158 additions and 650 deletions

View file

@ -19,8 +19,7 @@
* THE SOFTWARE.
*/
#ifndef cli_h__
#define cli_h__
#pragma once
// ----- Includes -----
@ -130,6 +129,3 @@ void cliFunc_reset ( char* args );
void cliFunc_restart ( char* args );
void cliFunc_version ( char* args );
#endif