From 9918eb505321183e20357221a4dcf2aa9c1e057c Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 4 May 2020 21:31:31 +0200 Subject: fw: add working reed-solomon encoder/decoder --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8fde57c..c7c888f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "controller/fw/tinyprintf"] path = controller/fw/tinyprintf url = https://github.com/cjlano/tinyprintf +[submodule "controller/fw/reed_solomon"] + path = controller/fw/reed_solomon + url = git@git.jaseg.net:bigdata/pub/reed_solomon_c.git -- cgit