DK-TM3C129X Timer: Add timer initialization logic to the board bring-up

This commit is contained in:
Gregory Nutt 2015-01-13 11:10:35 -06:00
parent 0aa32a003c
commit 5aab327457

View File

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