corrected to allow compile under T3.x (not run)

pull/16/merge
boblark 1 year ago
parent 6d9f907830
commit 2add4b4840
  1. 9
      radioFT8Demodulator_F32.h

@ -83,6 +83,8 @@
// 2048 F32 float's ready for windowing and FFT's. Both
// interfaces includes 50% overlap of the data to correct for window losses.
// Rev 16 Jan 2023 Corrected position of endif for T4.x only Bob
// #define W5BAA_INTERFACE
#ifndef radioFT8Demodulator_h_
@ -403,7 +405,10 @@ float32_t firDecimate2[167] = {
-0.000591064f, -0.000193500f, 0.000315069f, 0.000636175f, 0.000648425f,
0.000438821f, 0.000200074f};
// endif for Teensy 4.x only and for single read of .h file:
#endif
}; // End class def
// endif for Teensy 4.x only:
#endif
// endif for single read of .h file:
#endif

Loading…
Cancel
Save