diff options
Diffstat (limited to 'src/linux/gpio.c')
-rw-r--r-- | src/linux/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/gpio.c b/src/linux/gpio.c index c7f4c5bf..e937f147 100644 --- a/src/linux/gpio.c +++ b/src/linux/gpio.c @@ -16,7 +16,7 @@ #include "internal.h" // report_errno #include "sched.h" // sched_shutdown -#define GPIO_CONSUMER "klipper" +#define GPIO_CONSUMER "kutter" DECL_ENUMERATION_RANGE("pin", "gpio0", GPIO(0, 0), MAX_GPIO_LINES); DECL_ENUMERATION_RANGE("pin", "gpiochip0/gpio0", GPIO(0, 0), MAX_GPIO_LINES); |