FreeRTOS - Debugging and Monitoring
Examine this code snippet:
What is the main issue causing unexpected behavior?
int *ptr = NULL;
configASSERT(ptr = NULL);
What is the main issue causing unexpected behavior?
