From 1a7991c6065a025c28645e1ee0da58c98bcbe850 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 3 Feb 2023 15:08:49 -0600 Subject: [PATCH] Why would you even --- src/platform/rp2040/rp2040CryptoEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/rp2040/rp2040CryptoEngine.cpp b/src/platform/rp2040/rp2040CryptoEngine.cpp index bb1c00779..c90126cc7 100644 --- a/src/platform/rp2040/rp2040CryptoEngine.cpp +++ b/src/platform/rp2040/rp2040CryptoEngine.cpp @@ -1,6 +1,6 @@ -#include "configuration.h" #include "CryptoEngine.h" #include "aes.hpp" +#include "configuration.h" class RP2040CryptoEngine : public CryptoEngine {