Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Sep 24, 2020
1 parent ec83c8a commit 14fd996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/GAP.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class GAPClass {

uint16_t _serviceDataUuid;
const uint8_t* _serviceData;
int _serviceDataLength;
uint32_t _serviceDataLength;

BLEDeviceEventHandler _discoverEventHandler;
BLELinkedList<BLEDevice*> _discoveredDevices;
Expand Down

0 comments on commit 14fd996

Please sign in to comment.