]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
Improve how TimerDemo.c manages differences between the tick count and its own intern...
[freertos] / FreeRTOS / Demo / Common / Minimal / EventGroupsDemo.c
index 8d46087892b733fb65001e6cce582f702c5a274f..8abad5142afc92d816b0cab6bfdbcb6a3aa21fa0 100644 (file)
@@ -326,6 +326,9 @@ EventBits_t uxSynchronisationBit, uxReturned;
                case. */\r
                configASSERT( ( uxReturned & ebALL_SYNC_BITS ) == ebALL_SYNC_BITS );\r
 \r
+               /* Remove compiler warning if configASSERT() is not defined. */\r
+               ( void ) uxReturned;\r
+\r
                /* Wait until the 'test master' task unsuspends this task again. */\r
                vTaskSuspend( NULL );\r
 \r