diff options
Diffstat (limited to 'app/drivers/kscan/debounce.h')
-rw-r--r-- | app/drivers/kscan/debounce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/drivers/kscan/debounce.h b/app/drivers/kscan/debounce.h index 9fa4531bd0..6e9faa6681 100644 --- a/app/drivers/kscan/debounce.h +++ b/app/drivers/kscan/debounce.h @@ -8,7 +8,7 @@ #include <stdbool.h> #include <stdint.h> -#include <sys/util.h> +#include <zephyr/sys/util.h> #define DEBOUNCE_COUNTER_BITS 14 #define DEBOUNCE_COUNTER_MAX BIT_MASK(DEBOUNCE_COUNTER_BITS) |