mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Allow serial data to be sent back to the host.
This commit is contained in:
parent
3503e0cc2a
commit
c5b542f438
6 changed files with 55 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue