diff options
Diffstat (limited to 'os/rt/include/chlicense.h')
-rw-r--r-- | os/rt/include/chlicense.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chlicense.h b/os/rt/include/chlicense.h index 3d722f51e..8d51ab3cf 100644 --- a/os/rt/include/chlicense.h +++ b/os/rt/include/chlicense.h @@ -25,8 +25,8 @@ * @{
*/
-#ifndef _CHLICENSE_H_
-#define _CHLICENSE_H_
+#ifndef CHLICENSE_H
+#define CHLICENSE_H
/*===========================================================================*/
/* Module constants. */
@@ -237,6 +237,6 @@ /* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHLICENSE_H_ */
+#endif /* CHLICENSE_H */
/** @} */
|