From fa4bb6158330aeec670c46ff9f2de710017aa179 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Mon, 13 Mar 2023 13:09:25 +0000 Subject: [PATCH] Refs #1734. Corrected filename in file headers of the NXP S32K11 and S32K14 ports. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1031 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/ARMCM0_S32K11/rs232.c | 2 +- Target/Source/ARMCM4_S32K14/rs232.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Target/Source/ARMCM0_S32K11/rs232.c b/Target/Source/ARMCM0_S32K11/rs232.c index a2b1f8bf..7a371b2f 100644 --- a/Target/Source/ARMCM0_S32K11/rs232.c +++ b/Target/Source/ARMCM0_S32K11/rs232.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Source/ARMCM0_S32K11/uart.c +* \file Source/ARMCM0_S32K11/rs232.c * \brief Bootloader RS232 communication interface source file. * \ingroup Target_ARMCM0_S32K11 * \internal diff --git a/Target/Source/ARMCM4_S32K14/rs232.c b/Target/Source/ARMCM4_S32K14/rs232.c index a47ce41e..c56c91cc 100644 --- a/Target/Source/ARMCM4_S32K14/rs232.c +++ b/Target/Source/ARMCM4_S32K14/rs232.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Source/ARMCM4_S32K14/uart.c +* \file Source/ARMCM4_S32K14/rs232.c * \brief Bootloader RS232 communication interface source file. * \ingroup Target_ARMCM4_S32K14 * \internal