Skip to content

Commit

Permalink
Arduino CI wokrflow pipeline compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 23, 2024
1 parent afa6712 commit 4984bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diwa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 4984bc7

Please sign in to comment.