summaryrefslogtreecommitdiff
path: root/apps/logfdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/logfdisp.h')
-rw-r--r--apps/logfdisp.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/logfdisp.h b/apps/logfdisp.h
index 58ec9b9969..1b0d8c9ddb 100644
--- a/apps/logfdisp.h
+++ b/apps/logfdisp.h
@@ -16,6 +16,9 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifdef HAVE_LCD_BITMAP 19#ifndef LOGFDISP_H
20#define LOGFDISP_H
20bool logfdisplay(void); 21bool logfdisplay(void);
21#endif 22
23#endif /* LOGFDISP_H */
24