diff options
Diffstat (limited to 'os/rt/include/chcustomer.h')
-rw-r--r-- | os/rt/include/chcustomer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chcustomer.h b/os/rt/include/chcustomer.h index 9e8a1ae2f..5ac2b08e9 100644 --- a/os/rt/include/chcustomer.h +++ b/os/rt/include/chcustomer.h @@ -25,8 +25,8 @@ * @{
*/
-#ifndef _CHCUSTOMER_H_
-#define _CHCUSTOMER_H_
+#ifndef CHCUSTOMER_H
+#define CHCUSTOMER_H
/*===========================================================================*/
/* Module constants. */
@@ -66,6 +66,6 @@ /* Module inline functions. */
/*===========================================================================*/
-#endif /* _CHCUSTOMER_H_ */
+#endif /* CHCUSTOMER_H */
/** @} */
|