doc: fix undocumented func in socket_zep_params.h

This commit is contained in:
Gunar Schorcht 2019-01-18 07:18:06 +01:00
parent 5909f38089
commit c5e9f12243

View File

@ -44,6 +44,9 @@ extern "C" {
* @}
*/
/**
* @brief socket_zep configurations
*/
extern socket_zep_params_t socket_zep_params[SOCKET_ZEP_MAX];
#ifdef __cplusplus