1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/sock
Kaspar Schleiser ddee330bbd sys/net/sock/sock_util: use MODULE_FMT instead of RIOT_VERSION
sock_util used ot check RIOT_VERSION for selecting fmt functions.
RIOT's Makefile.dep sets fmt as a dependency for sock_util,
so the usual MODULE_FMT can be used.

One special case less.
2020-02-28 12:13:44 +01:00
..
async/event sock_async_event: fix race-condition 2020-02-21 15:52:12 +01:00
Kconfig Kconfig: Expose net/sock/util configurations 2019-12-13 12:22:36 +01:00
Makefile sys: net: sock: add utility functions 2017-03-28 19:16:27 +02:00
sock_util.c sys/net/sock/sock_util: use MODULE_FMT instead of RIOT_VERSION 2020-02-28 12:13:44 +01:00