diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-05-04 21:31:31 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-05-04 21:31:31 +0200 |
commit | 9918eb505321183e20357221a4dcf2aa9c1e057c (patch) | |
tree | 41e33e84d51ca2aa558ab1dc248ec5109181d6c8 /controller/fw/src/protocol.c | |
parent | 82c1302756d9b8f3d5cfbd4b304411c39651dfa8 (diff) | |
download | master-thesis-9918eb505321183e20357221a4dcf2aa9c1e057c.tar.gz master-thesis-9918eb505321183e20357221a4dcf2aa9c1e057c.tar.bz2 master-thesis-9918eb505321183e20357221a4dcf2aa9c1e057c.zip |
fw: add working reed-solomon encoder/decoder
Diffstat (limited to 'controller/fw/src/protocol.c')
-rw-r--r-- | controller/fw/src/protocol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/fw/src/protocol.c b/controller/fw/src/protocol.c index bbee5ef..4740917 100644 --- a/controller/fw/src/protocol.c +++ b/controller/fw/src/protocol.c @@ -10,4 +10,6 @@ void handle_dsss_received(uint8_t data[static TRANSMISSION_SYMBOLS]) { con_printf("%3d ", x); } con_printf("\r\n"); + + update_image_flash_counter(); } |