mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
libc: add CRC-8-ROHC support
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
@@ -42,8 +42,8 @@ endif
|
||||
|
||||
CSRCS += lib_dumpbuffer.c lib_dumpvbuffer.c lib_fnmatch.c lib_debug.c
|
||||
CSRCS += lib_crc64.c lib_crc32.c lib_crc16.c lib_crc16ccitt.c lib_crc8.c
|
||||
CSRCS += lib_crc8ccitt.c lib_crc8table.c lib_glob.c lib_backtrace.c
|
||||
CSRCS += lib_ftok.c lib_err.c lib_instrument.c
|
||||
CSRCS += lib_crc8ccitt.c lib_crc8table.c lib_crc8rohc.c lib_glob.c
|
||||
CSRCS += lib_backtrace.c lib_ftok.c lib_err.c lib_instrument.c
|
||||
|
||||
# Keyboard driver encoder/decoder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user