fix(tests): Make mock kscan driver compile.

This commit is contained in:
Peter Johanson 2023-05-14 19:06:03 +00:00
parent d3898d6776
commit 0c2f416fce

View file

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