Skip to content

Commit 14fd996

Browse files
committed
Fix compilation warning
1 parent ec83c8a commit 14fd996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utility/GAP.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class GAPClass {
7777

7878
uint16_t _serviceDataUuid;
7979
const uint8_t* _serviceData;
80-
int _serviceDataLength;
80+
uint32_t _serviceDataLength;
8181

8282
BLEDeviceEventHandler _discoverEventHandler;
8383
BLELinkedList<BLEDevice*> _discoveredDevices;

0 commit comments

Comments
 (0)