diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-16 11:34:46 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-16 11:34:46 +1100 |
| commit | 1d340db87193ca589c3bd5df241ae0ed51a3100d (patch) | |
| tree | b59a07eceda5fcc2be211a137c4b50d2ca1bbe1a /src/drivers/dac.cpp | |
| parent | 0ef333164bb47956a5ac686f376583e865cedcc4 (diff) | |
| download | tangara-fw-1d340db87193ca589c3bd5df241ae0ed51a3100d.tar.gz | |
Order and group headers correctly
Diffstat (limited to 'src/drivers/dac.cpp')
| -rw-r--r-- | src/drivers/dac.cpp | 6 |
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"; |
