Skip to content

Commit 97995b8

Browse files
committed
BLE: Fix header inclusion of DiscoveredCharacteristicDescriptor.
1 parent c022c4a commit 97995b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/DiscoveredCharacteristic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "GattAttribute.h"
2323
#include "GattClient.h"
2424
#include "CharacteristicDescriptorDiscovery.h"
25-
#include "ble/DiscoveredCharacteristicDescriptor.h"
25+
#include "DiscoveredCharacteristicDescriptor.h"
2626

2727
/**
2828
* @brief Representation of a characteristic discovered during a GattClient

0 commit comments

Comments
 (0)