FreeRTOS-Kernel/include
newbrain c09187e73b
Update of three badly terminated macro definitions ()
* Update of three badly terminated macro definitions
- vTaskDelayUntil() to conform to usual pattern do { ... } while(0)
- vTaskNotifyGiveFromISR() and
- vTaskGenericNotifyGiveFromISR() to remove extra terminating semicolons
- This PR addresses issues  and 

* Adjust formatting of task.h

Co-authored-by: Paul Bartell <pbartell@amazon.com>
..
FreeRTOS.h Add support for MISRA rule 20.7 ()
StackMacros.h Fix warning message error. ()
atomic.h Normalize files with mixed line endings (introduced in commit 3a413d1)
croutine.h Replace <pre> with @code - remaining files ()
deprecated_definitions.h Normalize files with mixed line endings (introduced in commit 3a413d1)
event_groups.h Add support for MISRA rule 20.7 ()
list.h Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. ()
message_buffer.h Add support for MISRA rule 20.7 ()
mpu_prototypes.h Add callback overrides for stream buffer and message buffers ()
mpu_wrappers.h Add support for MISRA rule 20.7 ()
portable.h Declare vApplicationMallocFailedHook function in task.h instead in each C heap file ()
projdefs.h Normalize files with mixed line endings (introduced in commit 3a413d1)
queue.h Add support for MISRA rule 20.7 ()
semphr.h Add support for MISRA rule 20.7 ()
stack_macros.h Run uncrustify with github workflows ()
stdint.readme Normalize files with mixed line endings (introduced in commit 3a413d1)
stream_buffer.h Add support for MISRA rule 20.7 ()
task.h Update of three badly terminated macro definitions ()
timers.h Clean some spell check words. ()