minor change to avoid a compiler warning about un-used variable.
This commit is contained in:
parent
bff44f94a6
commit
eb97fcf064
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ public:
|
|||
protected:
|
||||
/* Override the following in the underlying adaptation layer to provide the functionality of scanning. */
|
||||
virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) {
|
||||
(void)scanningParams;
|
||||
return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if this capability is supported. */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue