Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r3eb7c2e62c727be195cd937d49957db9d4ba83b4 -r24fd1893101af40cc6736aacaa20382875c80bf1 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 3eb7c2e62c727be195cd937d49957db9d4ba83b4) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 24fd1893101af40cc6736aacaa20382875c80bf1) @@ -2861,13 +2861,11 @@ if ( TRUE == startingDGFlush ) { - startDGFlush(); - result = TRUE; + result = startDGFlush(); } else { - stopDGFlush(); - result = TRUE; + result = stopDGFlush(); } }