More commenting

This commit is contained in:
Mark Qvist 2014-04-06 23:39:28 +02:00
parent fd6fbf7018
commit e5513801f6
2 changed files with 21 additions and 2 deletions

View file

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