We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafd2b5 commit 326b5d6Copy full SHA for 326b5d6
1 file changed
src/m5_unit_component/adapter_gpio_v2.cpp
@@ -11,9 +11,14 @@
11
#include "adapter_gpio_v2.hpp"
12
#if defined(M5_UNIT_UNIFIED_USING_RMT_V2)
13
14
+#include <freertos/FreeRTOS.h>
15
+#include <freertos/task.h>
16
+#include <freertos/queue.h>
17
+#include <freertos/semphr.h>
18
#include <freertos/ringbuf.h>
19
#include <esp_private/esp_clk.h>
20
#include <soc/soc_caps.h> // SOC_RMT_MEM_WORDS_PER_CHANNEL
21
+#include <soc/soc.h> // PRO_CPU_NUM
22
23
using namespace m5::unit::gpio;
24
0 commit comments