summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpio_event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpio_event.h b/include/gpio_event.h
index 8be241f301..82a927fa17 100644
--- a/include/gpio_event.h
+++ b/include/gpio_event.h
@@ -1,7 +1,8 @@
#ifndef _GPIO_EVENT_H_
#define _GPIO_EVENT_H_
-/* MAX GPIO is 31, so 15 signals ! */
+/* On TINA C MAX GPIO is 31, so 15 signals ! */
+/* On LISA MAX GPIO is 8 */
#ifdef CONFIG_PLC_DEBUG_GPIO
#define GPIO_WRITE(no, value) gpio_map_write(no, value);