diff --git a/groundStation/src/cli/cli.c b/groundStation/src/cli/cli.c
index e38966edd94c43a435d491e449c2c3d45d7c3673..ddd27cec8cdc1a133768be2735a2eab04c179706 100644
--- a/groundStation/src/cli/cli.c
+++ b/groundStation/src/cli/cli.c
@@ -2,7 +2,6 @@
 #include <string.h>
 #include <err.h>
 
-
 #include "cli.h"
 #include "frontend_common.h"
 
diff --git a/groundStation/src/cli/cli.h b/groundStation/src/cli/cli.h
index e193b51421007133124a1a51424f8c79c8f82812..468518ec488e8d2779f01455535d70ab2bf16e53 100644
--- a/groundStation/src/cli/cli.h
+++ b/groundStation/src/cli/cli.h
@@ -1,11 +1,15 @@
 #ifndef __CLI_H
 #define __CLI_H
 
+
+
+
+
 enum CommandNameIds{
 	CMD_MONITOR,
 	CMD_SETPID,
 	CMD_GETPID,
-	CMD_GETImu,
+	CMD_GETIMU,
 	MAX_COMMANDS
 };
 
@@ -16,6 +20,5 @@ static char* commandNames[MAX_COMMANDS] = {
 	"getImu"
 };
 
-static 
 
 #endif
\ No newline at end of file