Menu

#846 CMSIS_OS issue in timers

16.1.9
closed
None
RT
High
Trunk
True
2017-11-05
2017-06-05
Bogdan
No

On line 94 of file cmsis_os.c wrong type of timer element.

  • chPoolObjectInit(&timpool, sizeof(virtual_timer_t), chCoreAlloc);
  • chPoolObjectInit(&timpool, sizeof(struct os_timer_cb), chCoreAlloc);

Discussion

  • Giovanni Di Sirio

    • assigned_to: Giovanni Di Sirio
    • Fixed in Repository: False --> True
     
  • Giovanni Di Sirio

    Fixed in 17.6.1 and 16.1.9.

     
  • Bogdan

    Bogdan - 2017-07-01

    Thanks

     
  • Giovanni Di Sirio

    • status: open --> closed
     

Log in to post a comment.