Cleanup, no functional change

pull/16/merge
boblark 1 year ago
parent 33386ad977
commit 0a5ad29e74
  1. 2
      examples/FT8Receive/Process_DSP_R.ino
  2. 4
      examples/FT8Receive/unpackR.ino

@ -1,5 +1,5 @@
/*
* Process_DSP_R.ino
* Process_DSP_R.ino
* Basically the Hill code with changes for Teensy floating point
* OpenAudio_ArduinoLibrary.
* Bob Larkin W7PUA, September 2022.

@ -3,7 +3,7 @@
* Arduino use along with the floating point OpenAudio_ArduinoLibrary.
* Bob Larkin W7PUA, September 2022.
*
*/
*/
/* Thank you to Kārlis Goba, YL3JG, https://github.com/kgoba/ft8_lib
* and to Charley Hill, W5BAA, https://github.com/Rotron/Pocket-FT8
@ -41,7 +41,7 @@ const uint32_t NTOKENS = 2063592L;
const uint16_t MAXGRID4 = 32400L;
// n28 is a 28-bit integer, e.g. n28a or n28b, containing all the
// call sign bits from a packed message.
// call sign bits from a packed message.
int unpack28(uint32_t n28, uint8_t ip, uint8_t i3, char *result) {
// Check for special tokens DE, QRZ, CQ, CQ_nnn, CQ_aaaa
if (n28 < NTOKENS) {

Loading…
Cancel
Save