1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-sock_util
Leandro Lanzieri c74fa5367c net/sock/util: Move configuration macros to 'CONFIG_' namespace
Macros that changed:
SOCK_SCHEME_MAXLEN -> CONFIG_SOCK_SCHEME_MAXLEN
SOCK_HOSTPORT_MAXLEN -> CONFIG_SOCK_HOSTPORT_MAXLEN
SOCK_URLPATH_MAXLEN -> CONFIG_SOCK_URLPATH_MAXLEN
2019-12-13 12:04:54 +01:00
..
Makefile sock_util: Add tests 2018-07-20 11:48:29 +02:00
Makefile.include sys/posix: make posix module provide only headers. 2019-03-20 12:57:13 +01:00
tests-sock_util.c net/sock/util: Move configuration macros to 'CONFIG_' namespace 2019-12-13 12:04:54 +01:00
tests-sock_util.h sock_util: Add tests 2018-07-20 11:48:29 +02:00