May 2020
Intermediate to advanced
496 pages
13h 54m
English
There are only two significant differences in this example:
Here's our updated example with the only significant change. This excerpt can be found in mainMutexExample.c:
mutexPtr = xSemaphoreCreateMutex();assert_param(mutexPtr != NULL);
There are some additional name changes related to the semPtr to mutexPtr variable name change, but there is nothing functionally different.