fix: Add missing include for k_work types.

This commit is contained in:
Peter Johanson 2023-06-23 07:20:30 +00:00 committed by Pete Johanson
parent bf4008da02
commit f7e7c9c10b

View File

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <zephyr/device.h>
#include <zephyr/drivers/kscan.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);