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
This commit is contained in:
Frank Voorburg 2022-12-06 11:50:11 +00:00
parent 61ae2e22e3
commit 700b3dafcb
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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