Remove out-of-date comment from nRF5xn
This commit is contained in:
parent
252ef3cfbd
commit
4efa84c82e
1 changed files with 1 additions and 2 deletions
|
@ -168,8 +168,7 @@ private:
|
|||
private:
|
||||
mutable nRF5xGap _gapInstance; /**< Gap instance whose reference is returned from a call to
|
||||
* getGap(). Unlike the GattClient, GattServer and
|
||||
* SecurityManager, Gap is always needed in a BLE application.
|
||||
* Therefore it is allocated statically. */
|
||||
* SecurityManager, Gap is always needed in a BLE application. */
|
||||
|
||||
private:
|
||||
mutable nRF5xGap *gapInstance; /**< Pointer to the Gap object instance.
|
||||
|
|
Loading…
Reference in a new issue