Skip to content

Commit 74b0363

Browse files
committed
Clarify why the implementations of ArduinoBLE_UART_Stream and BluefruitLE_SPI_Stream are in their respective header files
1 parent dd69de8 commit 74b0363

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

utility/ArduinoBLE_UART_Stream.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/*
2-
* Implementation is in ArduinoBLE_UART_Stream.h to avoid linker issues.
2+
* Implementation is in ArduinoBLE_UART_Stream.h to avoid making ArduinoBLE a
3+
* build-time dependency for all projects that use the Firmata library.
34
*/

utility/BluefruitLE_SPI_Stream.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/*
2-
* Implementation is in BluefruitLE_SPI_Stream.h to avoid linker issues.
2+
* Implementation is in BluefruitLE_SPI_Stream.h to avoid making
3+
* Adafruit_BluefruitLE_nRF51 a build-time dependency for all projects that use
4+
* the Firmata library.
35
*/

0 commit comments

Comments
 (0)