mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Expose representation type in ble::Duration.
parent
ce2460a92a
commit
6c09b6c465
|
|
@ -94,6 +94,11 @@ template<
|
|||
typename Forever = void*
|
||||
>
|
||||
struct Duration {
|
||||
/**
|
||||
* Type of the actual representation.
|
||||
*/
|
||||
typedef Rep representation_t;
|
||||
|
||||
/**
|
||||
* Construct a default Duration.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue