From 2b47ad862405447d5e67c5a5d61d43973efefaa3 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 19 Mar 2022 14:16:53 +0100 Subject: [PATCH] compile fix --- rk05.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rk05.cpp b/rk05.cpp index 2c31fb1..0547e94 100644 --- a/rk05.cpp +++ b/rk05.cpp @@ -6,7 +6,9 @@ #include "bus.h" #include "cpu.h" #include "error.h" +#if defined(ESP32) #include "esp32.h" +#endif #include "gen.h" #include "rk05.h" #include "utils.h"