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

Merge pull request #14762 from maribu/move_byteorder

core/byteorder: Moved to sys
This commit is contained in:
Koen Zandberg 2020-09-01 15:02:11 +02:00 committed by GitHub
commit c83b78a567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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