Implemented blocking rx
This commit is contained in:
@@ -102,7 +102,7 @@ class Hardware1 {
|
||||
|
||||
static bool rxByte(data_t &byte) FORCE_INLINE
|
||||
{
|
||||
return false;
|
||||
return HardwareImpl::rxByteBlocking(byte);
|
||||
}
|
||||
|
||||
static data_t peek() FORCE_INLINE {}
|
||||
|
||||
Reference in New Issue
Block a user