1. 09 5月, 2020 1 次提交
    • Y
      [Timer] Initialize the last tmrCtrls. · ba7acaa5
      yifan hao 提交于
      While initialize timer module, tmrCtrls is constructed to be a free
      list. However, the last tmrCtrls is never initialized, which is
      allocated from malloc(). Since the code relies on tmrCtrls->next
      to tell if there's any free tmrCtrls left, the last tmrCtrls should
      be properly linked to NULL.
      ba7acaa5
  2. 08 5月, 2020 39 次提交