gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:putChar from tkernel_2/monitor/driver/flash/src/main.c (0.00 seconds)
tkernel_2
monitor/driver/flash/src/main.c - 6.5KB - 159 lines
61:                         c = (UB)getChar(1);
62:                         putChar(c);
63:                         putChar('\n');
64:                         if (c != 'Y' && c != 'y') return E_OK;