Skip to content

Commit 512d312

Browse files
fixup! enabling hci through spi commands
1 parent 7a0c657 commit 512d312

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

src/utility/HCINinaSpiTransport.cpp

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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

src/utility/HCINinaSpiTransport.h

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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_

0 commit comments

Comments
 (0)