David Sidrane 8e217b0287 bugfix:drv_io_timer properly initialize non-contiguous timer channels
This fixes the issue with initializing channels 5,6 without
  channels 1-4.

  The code assumed all timers actions were in order to be
  initialized. This is not the case. This commit fixes that
  bad assumption by not stopping the configuration on the
  first action entry with a base == 0, but processing all
  entries with non-zero base.
2017-04-06 12:20:45 +02:00
..
2017-04-01 20:19:28 +02:00
2017-04-02 21:52:18 +02:00
2017-04-05 09:31:20 +02:00
2017-04-06 12:05:57 +02:00