fix meat pack internal buffer for multi serial
This commit is contained in:
committed by
Scott Lahteine
parent
28a136d7f4
commit
bb6d718e19
@ -288,6 +288,7 @@ inline bool any_serial_data_available() {
|
||||
LOOP_L_N(p, NUM_SERIAL)
|
||||
if (serial_data_available(p))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
inline int read_serial(const serial_index_t index) { return SERIAL_IMPL.read(index); }
|
||||
|
Reference in New Issue
Block a user