Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that xTaskGetCurrentTaskHandle is included (FreeRTOS#507)
This commits adds a check that INCLUDE_xTaskGetCurrentTaskHandle is set to 1. A compile time error message is produced if it is not set to 1. This is needed because stream_buffer.c uses xTaskGetCurrentTaskHandle. This was reported here - https://forums.freertos.org/t/xstreambufferreceive-include-xtaskgetcur/15283 Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
- Loading branch information