From 1cee211b9e113241583cfe65c8573ad24aeccf91 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Thu, 7 Apr 2022 11:49:46 -0500 Subject: [PATCH] Adapt testing code to KeyboardioHID import Signed-off-by: Michael Richters --- testing/ExpectedMouseReport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ExpectedMouseReport.cpp b/testing/ExpectedMouseReport.cpp index e6f938c8..5e542b23 100644 --- a/testing/ExpectedMouseReport.cpp +++ b/testing/ExpectedMouseReport.cpp @@ -16,7 +16,7 @@ #include "testing/ExpectedMouseReport.h" -#include "MultiReport/Mouse.h" // for (anonymous union)::(anonymous) +#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Mouse.h" // for (anonymous union)::(anonymous) #include "testing/MouseReport.h" // for MouseReport::ReportData namespace kaleidoscope {