mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 21:00:44 +00:00
Fix file naming: arm_item_syslog.c changed to up_itm_syslog.c. From Pierre-Noel Bouteville
This commit is contained in:
parent
afeb7a46e2
commit
d342fbfb0c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/arm/src/armv7-m/itm_syslog.c
|
||||
* arch/arm/src/armv7-m/up_itm_syslog.c
|
||||
*
|
||||
* Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved.
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
|
|
@ -87,7 +87,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARMV7M_ITMSYSLOG),y)
|
||||
CMN_CSRCS += arm_itm_syslog.c
|
||||
CMN_CSRCS += up_itm_syslog.c
|
||||
endif
|
||||
|
||||
CHIP_ASRCS =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue