File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 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
35
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+ */
510
11+ #if defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_NANO_33_IOT) || defined(TARGET_NANO_RP2040_CONNECT)
612#include " HCINinaSpiTransport.h"
713#include < WiFiNINA.h>
814
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/.
29*/
310
411#ifndef _HCI_SPI_TRANSPORT_H_
You can’t perform that action at this time.
0 commit comments