mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Allow serial data to be sent back to the host.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ void CSerialPort::beginInt(uint8_t n, int speed)
|
||||
}
|
||||
}
|
||||
|
||||
int CSerialPort::availableInt(uint8_t n)
|
||||
int CSerialPort::availableForReadInt(uint8_t n)
|
||||
{
|
||||
switch (n) {
|
||||
case 1U:
|
||||
|
||||
Reference in New Issue
Block a user