From 8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 25 Jun 2024 15:23:51 +1000 Subject: Unbreak the tests build --- test/main/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/main/main.cpp') diff --git a/test/main/main.cpp b/test/main/main.cpp index 2a935397..57be6b24 100644 --- a/test/main/main.cpp +++ b/test/main/main.cpp @@ -8,11 +8,11 @@ #include +#include "catch_runner.hpp" #include "esp_console.h" #include "esp_log.h" -#include "catch_runner.hpp" -#include "console.hpp" +#include "dev_console/console.hpp" void RegisterCatch2() { esp_console_cmd_t cmd{ -- cgit v1.2.3