Skip to content

Commit 1120378

Browse files
authored
Update NimBLEAdvertising.cpp
1 parent a99ebb7 commit 1120378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NimBLEAdvertising.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ bool NimBLEAdvertising::refreshAdvertisingData() {
398398
success = setScanResponseData(m_scanData);
399399
}
400400

401-
return success
401+
return success;
402402
} // refreshAdvertisingData
403403

404404
/**

0 commit comments

Comments
 (0)