We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bb1bf commit b041145Copy full SHA for b041145
1 file changed
build/devices/pebble/modules/touch/pebble-touch.c
@@ -53,7 +53,7 @@ static const xsHostHooks xsTouchHooks = {
53
NULL
54
};
55
56
-#if CAPABILITY_HAS_TOUCHSCREEN
+#if CONFIG_TOUCH
57
58
#else
59
void touch_sensor_set_enabled(bool enabled);
0 commit comments