diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-26 13:47:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-26 13:47:22 +0000 |
commit | fe0093f795b6c88db8f12e2f7e45e11355fc3340 (patch) | |
tree | 741132db926799c6f886e4ba36d6af076944cf34 /os/hal/src/pwm.c | |
parent | 0aa2dd05114a68ac0e0a23fe8227215a13e2c77b (diff) | |
download | ChibiOS-fe0093f795b6c88db8f12e2f7e45e11355fc3340.tar.gz ChibiOS-fe0093f795b6c88db8f12e2f7e45e11355fc3340.tar.bz2 ChibiOS-fe0093f795b6c88db8f12e2f7e45e11355fc3340.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3254 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/pwm.c')
-rw-r--r-- | os/hal/src/pwm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/src/pwm.c b/os/hal/src/pwm.c index e7dd6b64c..588b3df5c 100644 --- a/os/hal/src/pwm.c +++ b/os/hal/src/pwm.c @@ -32,6 +32,10 @@ #if HAL_USE_PWM || defined(__DOXYGEN__)
/*===========================================================================*/
+/* Driver local definitions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/
|