Skip to content

Commit 9d796d0

Browse files
committed
Restructure Bluetooth Serial includes
1 parent cdf7d37 commit 9d796d0

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

libraries/BluetoothSerial/src/BluetoothSerial.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
// limitations under the License.
1414

1515
#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+
1623

1724
#if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
1825

libraries/BluetoothSerial/src/BluetoothSerial.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919

2020
#if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
2121

22-
#include <cstdint>
23-
#include <cstdio>
24-
#include <cstdlib>
25-
#include <cstring>
26-
#include "freertos/FreeRTOS.h"
27-
#include "freertos/task.h"
28-
#include "esp_bt.h"
29-
3022
#include "Arduino.h"
3123
#include "Stream.h"
3224

0 commit comments

Comments
 (0)