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:
parent
bb7736ac97
commit
a4fd05c6f6
@ -39,7 +39,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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
|
* @brief Implementation-specific type of a UDP sock object
|
||||||
|
Loading…
Reference in New Issue
Block a user