summaryrefslogtreecommitdiff
path: root/firmware/hwcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/hwcompat.h')
-rw-r--r--firmware/hwcompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/hwcompat.h b/firmware/hwcompat.h
index 3a142fb713..c79e3ba682 100644
--- a/firmware/hwcompat.h
+++ b/firmware/hwcompat.h
@@ -29,7 +29,7 @@
29int read_rom_version(void); 29int read_rom_version(void);
30int read_hw_mask(void); 30int read_hw_mask(void);
31 31
32#ifdef ARCHOS_PLAYER 32#ifdef HAVE_LCD_CHARCELLS
33bool has_new_lcd(void); 33bool has_new_lcd(void);
34#endif 34#endif
35 35