diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-12 13:07:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-12 13:07:50 +0000 |
commit | 1c0fb671dac92f9e4a49ee96610d809d37e29db1 (patch) | |
tree | fc59a46e77fa6fe88a227cf91313e51f3a3b6222 /os/hal/platforms/SPC56ELxx | |
parent | 2e1184107a009d3f600c0370f6cdb35e55786872 (diff) | |
download | ChibiOS-1c0fb671dac92f9e4a49ee96610d809d37e29db1.tar.gz ChibiOS-1c0fb671dac92f9e4a49ee96610d809d37e29db1.tar.bz2 ChibiOS-1c0fb671dac92f9e4a49ee96610d809d37e29db1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5416 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC56ELxx')
-rw-r--r-- | os/hal/platforms/SPC56ELxx/spc56el_registry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56ELxx/spc56el_registry.h b/os/hal/platforms/SPC56ELxx/spc56el_registry.h index 25fb6389d..0718613fb 100644 --- a/os/hal/platforms/SPC56ELxx/spc56el_registry.h +++ b/os/hal/platforms/SPC56ELxx/spc56el_registry.h @@ -13,7 +13,7 @@ */
/**
- * @file SPC56ELxx/spc560p_registry.h
+ * @file SPC56ELxx/spc56el_registry.h
* @brief SPC56ELxx capabilities registry.
*
* @addtogroup HAL
@@ -186,6 +186,7 @@ #define SPC5_ETIMER2_TC5IR_NUMBER 227
#define SPC5_ETIMER2_RCF_NUMBER 232
#define SPC5_ETIMER2_CLK SPC5_MCONTROL_CLK
+/** @} */
#endif /* _SPC56EL_REGISTRY_H_ */
|