summaryrefslogtreecommitdiff
path: root/src/drivers/dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/dac.cpp')
-rw-r--r--src/drivers/dac.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/dac.cpp b/src/drivers/dac.cpp
index 3b7011c4..f01d701f 100644
--- a/src/drivers/dac.cpp
+++ b/src/drivers/dac.cpp
@@ -1,8 +1,5 @@
#include "dac.hpp"
-#include "gpio_expander.hpp"
-#include "i2c.hpp"
-
#include <cstdint>
#include "assert.h"
@@ -11,6 +8,9 @@
#include "esp_log.h"
#include "hal/i2c_types.h"
+#include "gpio_expander.hpp"
+#include "i2c.hpp"
+
namespace drivers {
static const char* kTag = "AUDIODAC";