Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard committed Nov 18, 2024
1 parent 32152ac commit 13fc99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Control Tasks/SDControlTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void SDControlTask::begin() {
vlogln("Error: SD interface failed to initialize");
return;
}

File root = SD.open("/");

if (root) {
Expand All @@ -26,7 +26,7 @@ void SDControlTask::begin() {

static char buffer[20];
sprintf(buffer, "data%d.csv", file_count + 1);

sfr::sd::filename = buffer;
}

Expand Down

0 comments on commit 13fc99e

Please sign in to comment.