From 484382e2aa8cfaa2a3095f67b1b0990fe26f536f Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Mon, 21 Dec 2015 10:44:55 +0000 Subject: [PATCH] Fix comment in GapAdvertisingData --- ble/GapAdvertisingData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ble/GapAdvertisingData.h b/ble/GapAdvertisingData.h index ae9116b..7032042 100644 --- a/ble/GapAdvertisingData.h +++ b/ble/GapAdvertisingData.h @@ -253,7 +253,7 @@ public: uint8_t* field = findField(advDataType); if (field) { - // Field type already exist, either add to field or replace + // Field type already exist, replace field contents return updateField(advDataType, payload, len, field); } else { // field doesn't exists, return an error