Implemented blocking rx

This commit is contained in:
2019-08-02 17:54:34 +02:00
parent 0bfd303a26
commit 95963295e2
3 changed files with 12 additions and 2 deletions

View File

@@ -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 {}