]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/MessageBufferAMP.c
Start moving code coverage tests from VisualStudio (not checked in) to the MingW...
[freertos] / FreeRTOS / Demo / Common / Minimal / MessageBufferAMP.c
index 0d50295b2b0c3713c0a86bf65054ebd4f8a9d185..dd7a209c79da225dd50349fcd7f2167543bb44c5 100644 (file)
@@ -230,6 +230,7 @@ char cReceivedString[ 15 ];
 \r
                /* Check the number of bytes received was as expected. */\r
                configASSERT( xReceivedBytes == strlen( cExpectedString ) );\r
+               ( void ) xReceivedBytes; /* Incase configASSERT() is not defined. */\r
 \r
                /* If the received string matches that expected then increment the loop\r
                counter so the check task knows this task is still running. */\r