From e3538a6583b6a269bfabb7b27166dc5296a61879 Mon Sep 17 00:00:00 2001
From: gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>
Date: Tue, 8 Dec 2009 11:45:38 +0000
Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1393
 35acf78f-673a-0410-8e92-d51de3d6d3f4

---
 os/hal/include/pwm.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/os/hal/include/pwm.h b/os/hal/include/pwm.h
index a6dda5e71..8f2418691 100644
--- a/os/hal/include/pwm.h
+++ b/os/hal/include/pwm.h
@@ -27,7 +27,7 @@
 #ifndef _PWM_H_
 #define _PWM_H_
 
-#if CH_HAL_USEPWM || defined(__DOXYGEN__)
+#if CH_HAL_USE_PWM || defined(__DOXYGEN__)
 
 /**
  * @brief Driver state machine possible states.
@@ -84,7 +84,7 @@ extern "C" {
 }
 #endif
 
-#endif /* CH_HAL_USEPWM */
+#endif /* CH_HAL_USE_PWM */
 
 #endif /* _PWM_H_ */
 
-- 
cgit v1.2.3