mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
More commenting
This commit is contained in:
parent
fd6fbf7018
commit
e5513801f6
2 changed files with 21 additions and 2 deletions
|
@ -26,7 +26,7 @@ static void mp1Decode(MP1 *mp1) {
|
|||
// if valid packets are found //
|
||||
////////////////////////////////////////////////////////////
|
||||
void mp1Poll(MP1 *mp1) {
|
||||
int byte;
|
||||
int byte; // A place to store our read byte
|
||||
|
||||
// Read bytes from the modem until we reach EOF
|
||||
while ((byte = kfile_getc(mp1->modem)) != EOF) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue