diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 11:45:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-08 11:45:38 +0000 |
commit | e3538a6583b6a269bfabb7b27166dc5296a61879 (patch) | |
tree | 45c876ac253552d5d5e238faa59b66494e1b726e /os | |
parent | 93fc8b57778f698cbe7e0e202e33b5d56ce09039 (diff) | |
download | ChibiOS-e3538a6583b6a269bfabb7b27166dc5296a61879.tar.gz ChibiOS-e3538a6583b6a269bfabb7b27166dc5296a61879.tar.bz2 ChibiOS-e3538a6583b6a269bfabb7b27166dc5296a61879.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1393 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/include/pwm.h | 4 |
1 files 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_ */
|