Commit 062c8d7adcc67f81e2025444711f6a56a1b7a5d2
authorVirgil Dupras <hsoft@hardcoded.net>
Sun, 24 Feb 2019 18:06:24 +0000 (13:06 -0500)
committerVirgil Dupras <hsoft@hardcoded.net>
Sun, 24 Feb 2019 18:13:38 +0000 (13:13 -0500)
tree820a7ee1f120d2324157b51bed4865a2cdf8c4fb
parentb3a8e8f99b634062f6f07f6d24040282129c11b0
Message:
Fix timer1 on tinyx5

The prescaler list for timer1 on the tinyx5 was incomplete. Moreover,
having no WGM data made the timer run in `avr_timer_wgm_none`, with a
zero size (it would overflow all the time).

Setting a default wgm_op makes time timer run in normal mode witha size
of 8 bits.
simavr/cores/sim_tinyx5.h