diff options
Diffstat (limited to 'os/various/shell/shell.h')
-rw-r--r-- | os/various/shell/shell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/various/shell/shell.h b/os/various/shell/shell.h index 28701c599..5d026dd05 100644 --- a/os/various/shell/shell.h +++ b/os/various/shell/shell.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _SHELL_H_
-#define _SHELL_H_
+#ifndef SHELL_H
+#define SHELL_H
/*===========================================================================*/
/* Module constants. */
@@ -105,6 +105,6 @@ extern "C" { /* Module inline functions. */
/*===========================================================================*/
-#endif /* _SHELL_H_ */
+#endif /* SHELL_H */
/** @} */
|