Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warning in MessageBufferDemo.c (FreeRTOS#842)
* prvReceiverTask() in MessageBufferDemo.c declared a variable as a "MessageBufferHandle_t *" instead of just a "MessageBuffer_t". This came to light when updating the kernel submodule pointer as the underlying datatype changed in the kernel from a void *. * Remove additional line that was preventing automated uncrustify tests from passing. Co-authored-by: none <>
- Loading branch information