summaryrefslogtreecommitdiff
path: root/src/drivers/include/dac.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/dac.hpp')
-rw-r--r--src/drivers/include/dac.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/drivers/include/dac.hpp b/src/drivers/include/dac.hpp
index 8c4b6419..6d812b6a 100644
--- a/src/drivers/include/dac.hpp
+++ b/src/drivers/include/dac.hpp
@@ -1,13 +1,14 @@
#pragma once
-#include "gpio_expander.hpp"
-
#include <stdint.h>
+
#include <functional>
#include "esp_err.h"
#include "result.hpp"
+#include "gpio_expander.hpp"
+
namespace drivers {
/**