summaryrefslogtreecommitdiff
path: root/src/drivers/storage.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-16 11:34:46 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-16 11:34:46 +1100
commit1d340db87193ca589c3bd5df241ae0ed51a3100d (patch)
treeb59a07eceda5fcc2be211a137c4b50d2ca1bbe1a /src/drivers/storage.cpp
parent0ef333164bb47956a5ac686f376583e865cedcc4 (diff)
downloadtangara-fw-1d340db87193ca589c3bd5df241ae0ed51a3100d.tar.gz
Order and group headers correctly
Diffstat (limited to 'src/drivers/storage.cpp')
-rw-r--r--src/drivers/storage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/storage.cpp b/src/drivers/storage.cpp
index 7840e6f4..9ddd092d 100644
--- a/src/drivers/storage.cpp
+++ b/src/drivers/storage.cpp
@@ -1,7 +1,5 @@
#include "storage.hpp"
-#include "gpio_expander.hpp"
-
#include <atomic>
#include <memory>
#include <mutex>
@@ -19,6 +17,8 @@
#include "hal/spi_types.h"
#include "sdmmc_cmd.h"
+#include "gpio_expander.hpp"
+
static const char* kTag = "SDSTORAGE";
static const uint8_t kMaxOpenFiles = 8;