1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/byteoder: Moved to sys

The byteorder utilities are never used in `core`, but extensively in `sys`.
They seem to be better located in `sys`.
This commit is contained in:
Marian Buschsieweke 2020-08-14 13:38:35 +02:00
parent 7abcc4242b
commit 164d2ac8f2
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RIOT_HDR_SRC := \
RIOT_HDR_HDR := $(RIOT_INCLUDE)/riotboot/hdr.h \
$(RIOT_INCLUDE)/checksum/fletcher32.h \
$(RIOTBASE)/core/include/byteorder.h
$(RIOTBASE)/sys/include/byteorder.h
GENHDR_SRC := $(COMMON_SRC) $(RIOT_HDR_SRC) \
main.c genhdr.c

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup core_util
* @ingroup sys
* @{
*
* @file