1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

fixup! sock: Introduction of new application layer API

Fix wrongly typedef'd endpoint
This commit is contained in:
Martine Lenders 2016-08-20 02:33:22 +02:00
parent bb7736ac97
commit a4fd05c6f6

View File

@ -39,7 +39,7 @@
extern "C" {
#endif
typedef struct _sock_tl_ep sock_tcp_ep_t; /**< An end point for a TCP sock object */
typedef struct _sock_tl_ep sock_udp_ep_t; /**< An end point for a UDP sock object */
/**
* @brief Implementation-specific type of a UDP sock object