mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -04:00
Reworked AFSK Struct
This commit is contained in:
parent
854d0abbe5
commit
e76216875e
4 changed files with 115 additions and 153 deletions
|
@ -34,8 +34,8 @@ int main(void)
|
|||
|
||||
while (1)
|
||||
{
|
||||
if (!fifo_isempty(&afsk.rx_fifo)) {
|
||||
char c = fifo_pop(&afsk.rx_fifo);
|
||||
if (!fifo_isempty(&afsk.rxFifo)) {
|
||||
char c = fifo_pop(&afsk.rxFifo);
|
||||
kprintf("%c", c);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue