aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/mcufont/mf_config.h')
-rw-r--r--src/gdisp/mcufont/mf_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/mcufont/mf_config.h b/src/gdisp/mcufont/mf_config.h
index 88838c1d..ac2262d4 100644
--- a/src/gdisp/mcufont/mf_config.h
+++ b/src/gdisp/mcufont/mf_config.h
@@ -159,7 +159,7 @@
#ifdef __cplusplus
#define MF_EXTERN extern "C"
#else
-#define MF_EXTERN extern
+#define MF_EXTERN
#endif
#endif