mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Tiva Timer: Rename tiva_timer.c to tiva_timerlib.c
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user