[Ooops] Fix comment

geofence_dev
Richard Eoin Meadows 2014-11-28 16:41:43 +00:00
rodzic eae0e64a3a
commit 31e5fcf211
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,7 @@ void mfsk_encode_block(char* block, int8_t* tones,
mask_index %= symbols_per_block;
/* If this bit the FWHT is significant */
/* If this bit in the FWHT is significant */
if ((scrambler & (1LL << mask_index)) ?
(fwht_vector[symbol] > 0) : /* Scrambled: +ve is significant */
(fwht_vector[symbol] < 0)) { /* Not Scrambled: -ve is significant */