From 0a5ad29e742dae1d2e26648886051fab1969bc9a Mon Sep 17 00:00:00 2001 From: boblark Date: Wed, 30 Nov 2022 11:59:13 -0800 Subject: [PATCH] Cleanup, no functional change --- examples/FT8Receive/Process_DSP_R.ino | 2 +- examples/FT8Receive/unpackR.ino | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/FT8Receive/Process_DSP_R.ino b/examples/FT8Receive/Process_DSP_R.ino index 25a010f..0bbbd9b 100644 --- a/examples/FT8Receive/Process_DSP_R.ino +++ b/examples/FT8Receive/Process_DSP_R.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. diff --git a/examples/FT8Receive/unpackR.ino b/examples/FT8Receive/unpackR.ino index ddc0aff..d932103 100644 --- a/examples/FT8Receive/unpackR.ino +++ b/examples/FT8Receive/unpackR.ino @@ -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) {