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 cdf7d37 commit 9d796d0Copy full SHA for 9d796d0
libraries/BluetoothSerial/src/BluetoothSerial.cpp
@@ -13,6 +13,13 @@
13
// limitations under the License.
14
15
#include "sdkconfig.h"
16
+#include <cstdint>
17
+#include <cstdio>
18
+#include <cstdlib>
19
+#include <cstring>
20
+#include "freertos/FreeRTOS.h"
21
+#include "freertos/task.h"
22
+
23
24
#if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
25
libraries/BluetoothSerial/src/BluetoothSerial.h
@@ -19,14 +19,6 @@
-#include <cstdint>
-#include <cstdio>
-#include <cstdlib>
-#include <cstring>
26
-#include "freertos/FreeRTOS.h"
27
-#include "freertos/task.h"
28
-#include "esp_bt.h"
29
-
30
#include "Arduino.h"
31
#include "Stream.h"
32
0 commit comments