Skip to content

Commit dd0db8c

Browse files
committed
Move mbed includes after Arduino.h
1 parent 51595db commit dd0db8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utility/HCICordioTransport.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
#if defined(ARDUINO_ARCH_MBED)
2121

22-
#include <driver/CordioHCITransportDriver.h>
23-
#include <driver/CordioHCIDriver.h>
24-
2522
#include <Arduino.h>
2623
#include <mbed.h>
2724

25+
#include <driver/CordioHCITransportDriver.h>
26+
#include <driver/CordioHCIDriver.h>
27+
2828
#if defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_PORTENTA_H7_M7)
2929
#include "ble/BLE.h"
3030
#include <events/mbed_events.h>

0 commit comments

Comments
 (0)