File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- /* // TODO SPDX
2
- */
1
+ /*
2
+ This file is part of the ArduinoBLE library.
3
+
4
+ Copyright (c) 2024 Arduino SA
3
5
4
- #if !defined(ARDUINO_ARCH_MBED) && !defined(ESP32) && !defined(ARDUINO_SILABS) && !defined(ARDUINO_UNOR4_WIFI) || defined(TARGET_NANO_RP2040_CONNECT) // || defined(CORE_CM4)
6
+ This Source Code Form is subject to the terms of the Mozilla Public
7
+ License, v. 2.0. If a copy of the MPL was not distributed with this
8
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
+ */
5
10
11
+ #if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || defined(TARGET_NANO_RP2040_CONNECT)
6
12
#include " HCINinaSpiTransport.h"
7
13
#include < WiFiNINA.h>
8
14
Original file line number Diff line number Diff line change 1
- /* // TODO SPDX
1
+ /*
2
+ This file is part of the ArduinoBLE library.
3
+
4
+ Copyright (c) 2024 Arduino SA
5
+
6
+ This Source Code Form is subject to the terms of the Mozilla Public
7
+ License, v. 2.0. If a copy of the MPL was not distributed with this
8
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
2
9
*/
3
10
4
11
#ifndef _HCI_SPI_TRANSPORT_H_
You can’t perform that action at this time.
0 commit comments