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:
parent
7abcc4242b
commit
164d2ac8f2
2
dist/tools/riotboot_gen_hdr/Makefile
vendored
2
dist/tools/riotboot_gen_hdr/Makefile
vendored
@ -11,7 +11,7 @@ RIOT_HDR_SRC := \
|
|||||||
|
|
||||||
RIOT_HDR_HDR := $(RIOT_INCLUDE)/riotboot/hdr.h \
|
RIOT_HDR_HDR := $(RIOT_INCLUDE)/riotboot/hdr.h \
|
||||||
$(RIOT_INCLUDE)/checksum/fletcher32.h \
|
$(RIOT_INCLUDE)/checksum/fletcher32.h \
|
||||||
$(RIOTBASE)/core/include/byteorder.h
|
$(RIOTBASE)/sys/include/byteorder.h
|
||||||
|
|
||||||
GENHDR_SRC := $(COMMON_SRC) $(RIOT_HDR_SRC) \
|
GENHDR_SRC := $(COMMON_SRC) $(RIOT_HDR_SRC) \
|
||||||
main.c genhdr.c
|
main.c genhdr.c
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup core_util
|
* @ingroup sys
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
Loading…
x
Reference in New Issue
Block a user