1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

gnrc/nettype: Add missing closing Doxygen brace

This commit is contained in:
Joakim Nohlgård 2016-03-17 20:56:53 +01:00
parent e7cfee8950
commit d4f577238e

View File

@ -97,6 +97,9 @@ typedef enum {
#ifdef TEST_SUITES
GNRC_NETTYPE_TEST,
#endif
/**
* @}
*/
GNRC_NETTYPE_NUMOF, /**< maximum number of available protocols */
} gnrc_nettype_t;