From 5aab327457ffb9ae7386ea5c15817dad41385d04 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 13 Jan 2015 11:10:35 -0600 Subject: [PATCH] DK-TM3C129X Timer: Add timer initialization logic to the board bring-up --- arch/arm/src/tiva/tiva_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/tiva/tiva_timer.h b/arch/arm/src/tiva/tiva_timer.h index 2b16dfb2a8..d1261e9e19 100644 --- a/arch/arm/src/tiva/tiva_timer.h +++ b/arch/arm/src/tiva/tiva_timer.h @@ -892,7 +892,7 @@ static inline void tiva_gptm0_synchronize(uint32_t sync) * devpath - The full path to the timer device. This should be of the form * /dev/timer0 * gptm - General purpose timer number - * timeout - Timeout interval in milliseconds. Set to a non-zero value + * timeout - Timeout interval in microseconds. Set to a non-zero value * to enable timeout interrupts * altlck - True: Use alternate clock source. *