Tiva Timer: Rename tiva_timer.c to tiva_timerlib.c

This commit is contained in:
Gregory Nutt 2015-01-12 15:55:41 -06:00
parent f93e69e94e
commit 73e6fc8142
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>