Remove out-of-date comment from nRF5xn

This commit is contained in:
Andres Amaya Garcia 2015-12-15 13:18:37 +00:00
parent 252ef3cfbd
commit 4efa84c82e

View file

@ -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.