Support older standard
All checks were successful
Build Firmware / build (push) Successful in 21s

This commit is contained in:
2025-06-03 23:56:25 +02:00
parent 6d98e23202
commit 23dbad1a53
3 changed files with 29 additions and 22 deletions

View File

@@ -180,8 +180,9 @@ typedef struct PeakInfo
uint16_t i;
} PeakInfo;
#ifdef ENABLE_SPECTRUM
void APP_RunSpectrum(void);
#endif
#endif /* ifndef SPECTRUM_H */
// vim: ft=c