summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/delbin/include/gpio_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/volteer/delbin/include/gpio_map.h')
-rw-r--r--zephyr/projects/volteer/delbin/include/gpio_map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/projects/volteer/delbin/include/gpio_map.h b/zephyr/projects/volteer/delbin/include/gpio_map.h
index 1f4b4e1ee0..ea1f186a6d 100644
--- a/zephyr/projects/volteer/delbin/include/gpio_map.h
+++ b/zephyr/projects/volteer/delbin/include/gpio_map.h
@@ -31,7 +31,6 @@
#ifdef CONFIG_PLATFORM_EC_GMR_TABLET_MODE
#define GMR_TABLET_MODE_INT(gpio, edge) GPIO_INT(gpio, edge, \
gmr_tablet_switch_isr)
-#define GMR_TABLET_MODE_GPIO_L GPIO_TABLET_MODE_L
#else
#define GMR_TABLET_MODE_INT(gpio, edge)
#endif