diff options
author | James Buren <braewoods+rb@braewoods.net> | 2021-07-30 23:11:49 +0000 |
---|---|---|
committer | James Buren <braewoods+rb@braewoods.net> | 2021-07-30 23:11:49 +0000 |
commit | f32fc84ef6c0b95eec85b4436623a04d0b0bd6cb (patch) | |
tree | a5d6ca620ac6ce07b93b74f386ce21492b56595b /firmware/SOURCES | |
parent | ee05b8574a84fa7a46d6f0453b60a611c1bcc813 (diff) |
adler32: import adapted implementation from tinf/zlib
This adds an adapted version of the adler32 algorithm from tinf/zlib
which will be necessary to support ZLIB deflate streams in the future.
Change-Id: Ie60e15acb288acf56a2d44e3d3e912e1b3eb2216
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index fc194fe640..71a11429cd 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -269,6 +269,7 @@ common/timefuncs.c common/unicode.c common/vuprintf.c common/zip.c +common/adler32.c /* Display */ scroll_engine.c |