diff options
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_ */
|