From 4984bc7847a24828b8d3ab309b9f41825445d78b Mon Sep 17 00:00:00 2001 From: nthnn Date: Sun, 24 Mar 2024 05:58:52 +0800 Subject: [PATCH] Arduino CI wokrflow pipeline compliance. --- src/diwa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diwa.cpp b/src/diwa.cpp index 449ebab..1a497fb 100644 --- a/src/diwa.cpp +++ b/src/diwa.cpp @@ -375,7 +375,7 @@ DiwaError Diwa::saveToFile(File annFile) { return NO_ERROR; } -#if (defined(__GNUC__) || defined(__GNUG__) || defined(__clang__) || defined(_MSC_VER)) && !defined(PSP) && !defined(ARDUINO) +#elif (defined(__GNUC__) || defined(__GNUG__) || defined(__clang__) || defined(_MSC_VER)) && !defined(PSP) && !defined(ARDUINO) DiwaError Diwa::loadFromFile(std::ifstream& annFile) { if(!annFile.is_open())