We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2279c commit d7c8be6Copy full SHA for d7c8be6
components/codec/es8311/es8311.hpp
@@ -25,6 +25,7 @@
25
#ifndef _ES8311_H
26
#define _ES8311_H
27
28
+#include <cstdint>
29
#include <functional>
30
31
typedef std::function<bool(uint8_t, uint8_t *, size_t)> write_fn;
0 commit comments