Skip to content

Commit 6e5f3f6

Browse files
committed
clean up
1 parent 55a922b commit 6e5f3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/src/BLEAdvertising.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ bool BLEAdvertising::start(uint8_t mode)
7575

7676
bool BLEAdvertising::stop(void)
7777
{
78-
// Only allow to call start with Bluefruit.Advertising.start()
78+
// Only allow to call stop with Bluefruit.Advertising.stop()
7979
VERIFY( this == &Bluefruit.Advertising );
8080
VERIFY_STATUS( sd_ble_gap_adv_stop(), false);
8181

0 commit comments

Comments
 (0)