parent
7b9009a929
commit
cddbcf003f
|
@ -54,6 +54,10 @@ void kLineThread(void*) {
|
||||||
};
|
};
|
||||||
size_t len = readWhileGives(serialSource, bufferIn, sizeof(bufferIn));
|
size_t len = readWhileGives(serialSource, bufferIn, sizeof(bufferIn));
|
||||||
|
|
||||||
|
if (engineConfiguration->verboseKLine) {
|
||||||
|
efiPrintf("ignoreRecentTransmit %d", ignoreRecentTransmit);
|
||||||
|
}
|
||||||
|
|
||||||
// to begin with just write byte to console
|
// to begin with just write byte to console
|
||||||
if (len > 0) {
|
if (len > 0) {
|
||||||
if (engineConfiguration->verboseKLine) {
|
if (engineConfiguration->verboseKLine) {
|
||||||
|
|
Loading…
Reference in New Issue