Skip to content

Commit 00877e3

Browse files
committed
fw/apps/system/settings: revert removed enum
Signed-off-by: Andrew McOlash <amcolash@gmail.com>
1 parent d715d55 commit 00877e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/fw/apps/system/settings/display.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ enum SettingsDisplayItem {
199199
#endif
200200
SettingsDisplayBacklightMode,
201201
SettingsDisplayMotionSensor,
202+
#ifdef CONFIG_TOUCH
203+
SettingsDisplayTouchSensor,
204+
#endif
202205
SettingsDisplayAmbientSensor,
203206
#if CAPABILITY_HAS_DYNAMIC_BACKLIGHT
204207
SettingsDisplayDynamicIntensity,

0 commit comments

Comments
 (0)