aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/platforms.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-13 11:45:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-13 11:45:07 +0000
commit4fab7c06d1b0c9e61f6106b5b2a5c2c0b5694c34 (patch)
treee7fdadc85d78aa2143d0082d26351da49f7f2d53 /os/hal/platforms/platforms.dox
parentec7455babe131ee0b8a4c228ed00a02396619a7d (diff)
downloadChibiOS-4fab7c06d1b0c9e61f6106b5b2a5c2c0b5694c34.tar.gz
ChibiOS-4fab7c06d1b0c9e61f6106b5b2a5c2c0b5694c34.tar.bz2
ChibiOS-4fab7c06d1b0c9e61f6106b5b2a5c2c0b5694c34.zip
ADC, SPI, PWM driver enhancements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2254 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/platforms.dox')
-rw-r--r--os/hal/platforms/platforms.dox4
1 files changed, 1 insertions, 3 deletions
diff --git a/os/hal/platforms/platforms.dox b/os/hal/platforms/platforms.dox
index 9596da2c7..aa25cbca4 100644
--- a/os/hal/platforms/platforms.dox
+++ b/os/hal/platforms/platforms.dox
@@ -20,10 +20,8 @@
/**
* @defgroup platforms Platforms
* @brief Supported platforms.
- * @details The implementation of the device drivers can be sligthly different
+ * @details The implementation of the device drivers can be slightly different
* on the various platforms because architectural constrains. This section
* describes the implementation of the various device drivers on the various
* supported platforms.
- *
- * @ingroup IO
*/