diff --git a/sys/include/universal_address.h b/sys/include/universal_address.h index 50106b1757..05ff005ba8 100644 --- a/sys/include/universal_address.h +++ b/sys/include/universal_address.h @@ -56,7 +56,7 @@ extern "C" { /** * @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 address_size; /**< Size in bytes of the used generic address */ uint8_t address[UNIVERSAL_ADDRESS_SIZE]; /**< The generic address data */