Skip to content

Commit 9b7d077

Browse files
committed
8.0.2
1 parent 0da8ad7 commit 9b7d077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posix-win32/dpp/bsp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ void QF_onStartup(void) {
179179
}
180180
//............................................................................
181181
void QF_onCleanup(void) {
182-
PRINTF_S("\n%s\n", "Bye! Bye!");
182+
PRINTF_S("\nBye! QTable queue-min=%d\n",
183+
QActive_getQueueMin(N_PHILO + 7U));
183184
QF_consoleCleanup();
184185
}
185186
//............................................................................

0 commit comments

Comments
 (0)