We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d180810 commit 6e4ec39Copy full SHA for 6e4ec39
ports/esp32/machine_touchpad.c
@@ -58,9 +58,10 @@ typedef struct _mtp_obj_t {
58
int touchpad_id;
59
#endif
60
} mtp_obj_t;
61
+
62
#if SOC_TOUCH_SENSOR_VERSION == 3
-static touch_sensor_handle_t s_sens_handle = NULL;
63
-static touch_channel_handle_t s_chan_handle[15] = {};
+touch_sensor_handle_t s_sens_handle = NULL;
64
+touch_channel_handle_t s_chan_handle[15] = {};
65
uint32_t benchmark[14] = {};
66
int i;
67
0 commit comments