Update README

This commit is contained in:
Gregory Nutt 2015-01-14 09:10:26 -06:00
parent a40979407f
commit ace8f3bee6

View File

@ -2458,6 +2458,7 @@ void tiva_timer16_setinterval(TIMER_HANDLE handle, uint16_t interval, int tmndx)
*/ */
toints = false; toints = false;
if (timer->handler && if (timer->handler &&
(config->cmn.mode == TIMER16_MODE_ONESHOT || (config->cmn.mode == TIMER16_MODE_ONESHOT ||
config->cmn.mode == TIMER16_MODE_PERIODIC)) config->cmn.mode == TIMER16_MODE_PERIODIC))