Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Dec 28, 2023
1 parent 55a27f7 commit 2ced4fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Adafruit_Arcada_InternalFlash.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Adafruit_Arcada.h>
// clang-format off
// clang-format off

#if defined(__SAMD51__)

Expand Down Expand Up @@ -365,3 +365,4 @@ uint8_t *Adafruit_Arcada_SPITFT::writeFileToFlash(const char *filename) {
return 0; // unsupported chip
#endif
}
// clang-format on

0 comments on commit 2ced4fe

Please sign in to comment.