Skip to content

Commit e60040d

Browse files
committed
Updated comments only.
1 parent 2e33717 commit e60040d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ struct audio_s {
483483
// we store a special reserved value at that point and select
484484
// the proper mode and actual speed later.
485485
// It should probably be outside the min-max range but we would
486-
// have more checking and testing to do.
486+
// have more checking and testing to do for the range checks.
487487

488488
#define BAUD_SENTINEL_AIS (MAX_BAUD-1)
489489
#define BAUD_SENTINEL_EAS (MAX_BAUD-2)

src/igate.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,10 @@ static void send_packet_to_server (packet_t pp, int chan)
14361436

14371437
/*
14381438
* Finally, append ",qAR," and my call to the path.
1439+
*
1440+
* According to Pete, "A" stands for APRS.
1441+
* Original plan was to allow mixing of different types
1442+
* of data, e.g. qFX for firenet.
14391443
*/
14401444

14411445
/*

0 commit comments

Comments
 (0)