Tiva Timer: Rename tiva_timer.c to tiva_timerlib.c
This commit is contained in:
parent
f93e69e94e
commit
73e6fc8142
@ -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…
Reference in New Issue
Block a user