]> begriffs open source - freertos/commit
Add missing Task Notification IFDEF (#967)
authorSoren Ptak <ptaksoren@gmail.com>
Mon, 29 Jan 2024 17:19:09 +0000 (12:19 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 17:19:09 +0000 (22:49 +0530)
commitd63434493acd5f0943e34be763429ecb057432a0
treeffe4c49a5d0593966661ad61a168dda42507106f
parent722596eaae46a54b48b194d21541a9ef24d84388
Add missing Task Notification IFDEF (#967)

Wrap the task notification check in vTaskGetInfo() in in a  #if ( configUSE_TASK_NOTIFICATIONS == 1 )
tasks.c