Skip to content

Commit 7d80eab

Browse files
committed
fixing warning: '/*' within comment [-Wcomment]
1 parent 51925d2 commit 7d80eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/src/bluefruit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ bool AdafruitBluefruit::begin(uint8_t prph_count, uint8_t central_count)
312312
#endif
313313

314314
/*------------------------------------------------------------------*/
315-
/* BLE only Softdevices have 2-args sd_softdevice_enable()
316-
/* BLE & ANT+ Softdevices have 3-args sd_softdevice_enable()
315+
// BLE only Softdevices have 2-args sd_softdevice_enable()
316+
// BLE & ANT+ Softdevices have 3-args sd_softdevice_enable()
317317
/*------------------------------------------------------------------*/
318318
#ifdef ANT_LICENSE_KEY
319319
VERIFY_STATUS( sd_softdevice_enable(&clock_cfg, nrf_error_cb, ANT_LICENSE_KEY), false );

0 commit comments

Comments
 (0)