trivial cosmetic change.

This commit is contained in:
Rohit Grover 2014-11-27 13:10:37 +00:00
parent 6d5a5e36b6
commit d1bc90fa0b
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public:
}
/**
* for debugging only
* For debugging only.
*/
void dumpEncodedSeviceData() const {
printf("encoded: '");
@ -199,7 +199,7 @@ private:
size_t payloadIndex;
uint8_t serviceDataPayload[MAX_SIZEOF_SERVICE_DATA_PAYLOAD];
bool lockedState;
bool lockedState;
uint16_t uriDataLength;
uint8_t uriDataValue[MAX_SIZE_URI_DATA_CHAR_VALUE];
uint8_t flags;