Skip to content

Commit 472c572

Browse files
committed
BLE: Fix doxygen parameter declaration order.
1 parent d1b0642 commit 472c572

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_BLE/ble/gap

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/gap/Gap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ class Gap {
711711

712712
/** Start scanning.
713713
*
714-
* @param filtering Filtering policy.
715714
* @param duration How long to scan for. Special value 0 means scan forever.
715+
* @param filtering Filtering policy.
716716
* @param period How long to scan for in single period. If the period is 0 and duration
717717
* is nonzero the scan will last for single duration.
718718
*

0 commit comments

Comments
 (0)