Tidy ups and makefile update

This commit is contained in:
OneOfEleven
2023-09-14 09:56:30 +01:00
parent fe212140dd
commit 54711a5971
53 changed files with 1092 additions and 687 deletions

View File

@@ -17,7 +17,9 @@
#ifndef UI_FM_H
#define UI_FM_H
void UI_DisplayFM(void);
#ifdef ENABLE_FMRADIO
void UI_DisplayFM(void);
#endif
#endif