mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 07:27:11 +00:00
Tiva Timer: Rename tiva_timer.c to tiva_timerlib.c
This commit is contained in:
parent
f93e69e94e
commit
73e6fc8142
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ CHIP_CSRCS += tiva_i2c.c
|
|||
endif
|
||||
|
||||
ifeq ($(CONFIG_TIVA_TIMER),y)
|
||||
CHIP_CSRCS += tiva_timer.c
|
||||
CHIP_CSRCS += tiva_timerlib.c
|
||||
ifeq ($(CONFIG_TIMER),y)
|
||||
CHIP_CSRCS += tiva_timerlow.c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/arm/src/tiva/tiva_timer.h
|
||||
* arch/arm/src/tiva/tiva_timerlib.c
|
||||
*
|
||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
Loading…
Add table
Add a link
Reference in a new issue