diff options
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 36bd332..02fa6ee 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -277,6 +277,10 @@ static const struct bit_entry rtc_bits[] = {1, S_O(bidi_support), false, "bidi hebrew/arabic", off_on }, #endif +#ifdef HAVE_REMOTE_LCD /* move to REMOTE_LCD next time we bump version */ + {1, S_O(remote_reduce_ticking), false, "remote reduce ticking", off_on }, +#endif + /* new stuff to be added here */ /* If values are just added to the end, no need to bump the version. */ |