From 87099d56d43af7d756a3e77c229c9dc13a65d291 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 6 Dec 2017 16:28:04 +0000 Subject: Small documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11122 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SPC5/SPC56ECxx/hal_lld.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports') diff --git a/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c b/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c index efc1c035e..5acc47bdd 100644 --- a/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c +++ b/os/hal/ports/SPC5/SPC56ECxx/hal_lld.c @@ -15,8 +15,8 @@ */ /** - * @file SPC560BCxx/hal_lld.c - * @brief SPC560B/Cxx HAL subsystem low level driver source. + * @file SPC56ECxx/hal_lld.c + * @brief SPC56ECxx HAL subsystem low level driver source. * * @addtogroup HAL * @{ @@ -88,7 +88,7 @@ void hal_lld_init(void) { } /** - * @brief SPC560B/Cxx clocks and PLL initialization. + * @brief SPC56ECxx clocks and PLL initialization. * @note All the involved constants come from the file @p board.h and * @p hal_lld.h * @note This function must be invoked only after the system reset. -- cgit v1.2.3