mirror of https://github.com/rusefi/openblt.git
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
This commit is contained in:
parent
6ea139a17a
commit
fa4bb61583
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue