Searched refs:cIsLow (Results 1 – 1 of 1) sorted by relevance
77 static char cIsLow = pdFALSE; variable131 …if( ( ( cIsLow == 0 ) && ( uxCount <= WARN_LOW ) ) || ( ( cIsLow != 0 ) && ( uxCount >= WARN_HIGH … in prvShowWarnings()133 cIsLow = !cIsLow; in prvShowWarnings()134 …FreeRTOS_debug_printf( ( "*** Warning *** %s %lu buffers left\n", cIsLow ? "only" : "now", uxCount… in prvShowWarnings()