Skip to content

Commit b1787da

Browse files
Remove unneeded includes SerialPIO (#3130)
1 parent c674461 commit b1787da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cores/rp2040/SerialPIO.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#include <Arduino.h>
2424
#include "api/HardwareSerial.h"
25-
#include <stdarg.h>
26-
#include <queue>
2725
#include <hardware/uart.h>
2826
#include "CoreMutex.h"
2927

libraries/BluetoothHCI/src/BluetoothHCI.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "BluetoothDevice.h"
2929
#include <btstack.h>
3030

31+
#include <vector>
32+
3133

3234
class BluetoothHCI {
3335
public:

0 commit comments

Comments
 (0)