diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-08-15 17:14:06 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-08-15 20:41:58 +0100 |
commit | 5a4cc8da3fd4fa7cd3b89ac8d636fe8ef77ee9e0 (patch) | |
tree | c7c7b3b754d74fe06e5a5453e37df81341b0b00e /firmware/export/config/nokian900.h | |
parent | de578bde1fb283027545b4a6a3292e39d0a1f1a7 (diff) |
Drop HAVE_RTC_RAM
Only Archos players ever used this feature and it isn't implemented
on any current targets.
Change-Id: I39c8455480a3fe33cd25b667e8d4d6ff3a092d3e
Diffstat (limited to 'firmware/export/config/nokian900.h')
-rw-r--r-- | firmware/export/config/nokian900.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h index ebbe5e2cc8..e7084f9acb 100644 --- a/firmware/export/config/nokian900.h +++ b/firmware/export/config/nokian900.h @@ -42,9 +42,6 @@ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -/* define this if you have RTC RAM available for settings */ -//#define HAVE_RTC_RAM - /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION |