mirror of https://github.com/rusefi/openblt.git
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:
parent
61ae2e22e3
commit
700b3dafcb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue