From 700b3dafcb67a2fa87e0200b0ad440bf088e1199 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 6 Dec 2022 11:50:11 +0000 Subject: [PATCH] Refs #1629. Corrected filename in file headers of the Nucleo-F429ZI demos. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1003 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/led.c | 2 +- .../Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/shared_params.h | 2 +- Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/led.c | 2 +- .../Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.h | 2 +- Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/led.c | 2 +- .../Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/shared_params.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/led.c b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/led.c index 1acfc462..1065f206 100644 --- a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/led.c +++ b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Bootled.c +* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/led.c * \brief LED driver source file. * \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/shared_params.h b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/shared_params.h index 7a115b68..fc2b069d 100644 --- a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/shared_params.h +++ b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/shared_params.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Bootshared_params.h +* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/shared_params.h * \brief Shared RAM parameters header file. * \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_GCC * \internal diff --git a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/led.c b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/led.c index 42bcd23c..fd7d816d 100644 --- a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/led.c +++ b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Bootled.c +* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/led.c * \brief LED driver source file. * \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.h b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.h index 5b109682..b8ef70c4 100644 --- a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.h +++ b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Bootshared_params.h +* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_IAR/Boot/shared_params.h * \brief Shared RAM parameters header file. * \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_IAR * \internal diff --git a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/led.c b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/led.c index a2d8f444..f1af7af3 100644 --- a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/led.c +++ b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/led.c @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Bootled.c +* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/led.c * \brief LED driver source file. * \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_Keil * \internal diff --git a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/shared_params.h b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/shared_params.h index b4f74567..8af07a63 100644 --- a/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/shared_params.h +++ b/Target/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/shared_params.h @@ -1,5 +1,5 @@ /************************************************************************************//** -* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Bootshared_params.h +* \file Demo/ARMCM4_STM32F4_Nucleo_F429ZI_Keil/Boot/shared_params.h * \brief Shared RAM parameters header file. * \ingroup Boot_ARMCM4_STM32F4_Nucleo_F429ZI_Keil * \internal