universal_address: Remove _t from struct names

This commit is contained in:
DipSwitch 2016-04-07 21:26:32 +02:00
parent cd04690070
commit 7714133f7d

View File

@ -56,7 +56,7 @@ extern "C" {
/** /**
* @brief The container descriptor used to identify a universal address entry * @brief The container descriptor used to identify a universal address entry
*/ */
typedef struct universal_address_container_t { typedef struct {
uint8_t use_count; /**< The number of entries link here */ uint8_t use_count; /**< The number of entries link here */
uint8_t address_size; /**< Size in bytes of the used generic address */ uint8_t address_size; /**< Size in bytes of the used generic address */
uint8_t address[UNIVERSAL_ADDRESS_SIZE]; /**< The generic address data */ uint8_t address[UNIVERSAL_ADDRESS_SIZE]; /**< The generic address data */