diff options
Diffstat (limited to 'testhal/common/irq_storm.h')
-rw-r--r-- | testhal/common/irq_storm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/common/irq_storm.h b/testhal/common/irq_storm.h index 73e2e10a2..7dd96ce5e 100644 --- a/testhal/common/irq_storm.h +++ b/testhal/common/irq_storm.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _IRQ_STORM_H_
-#define _IRQ_STORM_H_
+#ifndef IRQ_STORM_H
+#define IRQ_STORM_H
/*===========================================================================*/
/* Module constants. */
@@ -161,6 +161,6 @@ extern "C" { /* Module inline functions. */
/*===========================================================================*/
-#endif /* _IRQ_STORM_H_ */
+#endif /* IRQ_STORM_H */
/** @} */
|