diff options
Diffstat (limited to 'os/various/shell/shell_cmd.h')
-rw-r--r-- | os/various/shell/shell_cmd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index 1f9ad64b1..4eac1a122 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _SHELLCMD_H_
-#define _SHELLCMD_H_
+#ifndef SHELLCMD_H
+#define SHELLCMD_H
/*===========================================================================*/
/* Module constants. */
@@ -109,6 +109,6 @@ extern "C" { /* Module inline functions. */
/*===========================================================================*/
-#endif /* _SHELLCMD_H_ */
+#endif /* SHELLCMD_H */
/** @} */
|