Skip to content

Commit 1ddca88

Browse files
authored
Fix: no need for arduino::stream. (#17)
Enables build on ESP32 core.
1 parent 1bb9deb commit 1ddca88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BoschSensorClass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BoschSensorClass {
3838
int begin();
3939
void end();
4040

41-
void debug(arduino::Stream&);
41+
void debug(Stream&);
4242
#ifdef __MBED__
4343
void onInterrupt(mbed::Callback<void()>);
4444
void setInterruptPin(PinName irq_pin) {

0 commit comments

Comments
 (0)