Revert "add timer validation call"

This reverts commit 30fe2aa4fb8c099028fd5ca4f50940e88eddbb08.
This commit is contained in:
Mark Whitehorn 2017-02-21 12:44:17 -07:00 committed by Lorenz Meier
parent bbebf980d8
commit f7f12759cd

View File

@ -412,12 +412,8 @@ void io_timer_force_update()
{
for (int i = 0; i < MAX_IO_TIMERS; i++) {
if (timer_freq[i] == 8) {
int rv = io_timer_validate_channel_index(i);
if (rv == 0) {
// force update of channel compare register
rEGR(i) |= GTIM_EGR_UG;
}
// force update of channel compare register
rEGR(i) |= GTIM_EGR_UG;
}
}
}