Skip to content

Commit 2de3c31

Browse files
committed
Make NimBLERemoteValueAttribute LOG_TAG static
1 parent 70c6e89 commit 2de3c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NimBLERemoteValueAttribute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# include <climits>
1616

17-
const char* LOG_TAG = "NimBLERemoteValueAttribute";
17+
static const char* LOG_TAG = "NimBLERemoteValueAttribute";
1818

1919
bool NimBLERemoteValueAttribute::writeValue(const uint8_t* data, size_t length, bool response) const {
2020
NIMBLE_LOGD(LOG_TAG, ">> writeValue()");

0 commit comments

Comments
 (0)