Skip to content
  • Gerrit Maus's avatar
    4ed39c24
    Run the periodic timer check asynchronously · 4ed39c24
    Gerrit Maus authored
    All available timers have been checked periodically for expiration
    within an interrupt service routine. In order to minimize such high
    priority code, that check now happens asynchronously within a routine
    that has to be triggered periodically by the main loop.
    4ed39c24
    Run the periodic timer check asynchronously
    Gerrit Maus authored
    All available timers have been checked periodically for expiration
    within an interrupt service routine. In order to minimize such high
    priority code, that check now happens asynchronously within a routine
    that has to be triggered periodically by the main loop.
Loading