No changes
Fork of nRF51822 by
Diff: source/nRF5xn.h
- Revision:
- 576:b699791e1dbc
- Parent:
- 575:7023a8204a1b
- Child:
- 588:65d256258533
diff -r 7023a8204a1b -r b699791e1dbc source/nRF5xn.h --- a/source/nRF5xn.h Mon Jan 11 10:19:24 2016 +0000 +++ b/source/nRF5xn.h Mon Jan 11 10:19:24 2016 +0000 @@ -168,8 +168,7 @@ 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.