mcu-debug / rtos-views

RTOS views for microcontrollers
MIT License
24 stars 11 forks source link

Fix bug when OS_TASK_CREATE_EXT_EN is enabled, but code is using OSTaskCreate() #12

Closed PhilippHaefele closed 1 year ago

PhilippHaefele commented 1 year ago

Fixes https://github.com/Marus/cortex-debug/issues/797

haneefdm commented 1 year ago

Thank you @PhilippHaefele