From 7714133f7d849a38ee5dcf24da68411db7abf18d Mon Sep 17 00:00:00 2001 From: DipSwitch Date: Thu, 7 Apr 2016 21:26:32 +0200 Subject: [PATCH] universal_address: Remove _t from struct names --- sys/include/universal_address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */