Fixed many typos in output and source code comments
This commit is contained in:
committed by
Andreas Eversberg
parent
c357ab5ad5
commit
75765d49b7
@@ -92,7 +92,7 @@ typedef struct bnetz {
|
||||
double rx_telegramm_quality[16];/* quality of each bit in telegramm */
|
||||
double rx_telegramm_level[16]; /* level of each bit in telegramm */
|
||||
int rx_telegramm_qualidx; /* index of quality array above */
|
||||
uint16_t rx_tone; /* rx shift register for receiveing continous tone */
|
||||
uint16_t rx_tone; /* rx shift register for receiveing continuous tone */
|
||||
double rx_tone_quality[16]; /* quality of tone fragment (100th of second) */
|
||||
double rx_tone_level[16]; /* level of tone fragment (100th of second) */
|
||||
int rx_tone_qualidx; /* index of quality array above */
|
||||
|
Reference in New Issue
Block a user