From a8e58ae21f976cc49a80a9e5452a65538f6bd788 Mon Sep 17 00:00:00 2001 From: Nick Conway Date: Thu, 16 Jun 2022 11:49:22 -0400 Subject: [PATCH] Add matrix include --- app/src/behaviors/behavior_sensor_rotate.c | 1 + app/src/behaviors/behavior_sensor_rotate_var.c | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/behaviors/behavior_sensor_rotate.c b/app/src/behaviors/behavior_sensor_rotate.c index 7ed5dd41..0ef2ab29 100644 --- a/app/src/behaviors/behavior_sensor_rotate.c +++ b/app/src/behaviors/behavior_sensor_rotate.c @@ -15,6 +15,7 @@ #include #include #include +#include LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL); diff --git a/app/src/behaviors/behavior_sensor_rotate_var.c b/app/src/behaviors/behavior_sensor_rotate_var.c index 918bd640..6978e0bc 100644 --- a/app/src/behaviors/behavior_sensor_rotate_var.c +++ b/app/src/behaviors/behavior_sensor_rotate_var.c @@ -15,6 +15,7 @@ #include #include #include +#include LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);