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:
commit
c83b78a567
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_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
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup core_util
|
||||
* @ingroup sys
|
||||
* @{
|
||||
*
|
||||
* @file
|
Loading…
Reference in New Issue
Block a user