Skip to content

Commit 90886c6

Browse files
committed
Correct include filename
1 parent 03673b4 commit 90886c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/CurieBle/src/BleTypedCharacteristic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include "Arduino.h"
2424

25-
#include "BLECharacteristic.h"
25+
#include "BleCharacteristic.h"
2626

2727
template<typename T> class BleTypedCharacteristic : public BleCharacteristic
2828
{

0 commit comments

Comments
 (0)