Update TelemEncoding.h

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 5a4adbf07d
commit c3616fc797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,10 +8,12 @@
#ifndef TELEMENCODING_H_ #ifndef TELEMENCODING_H_
#define TELEMENCODING_H_ #define TELEMENCODING_H_
/*
void update_rs( void update_rs(
unsigned char parity[32], // 32-byte encoder state; zero before each frame unsigned char parity[32], // 32-byte encoder state; zero before each frame
unsigned char c // Current data byte to update unsigned char c // Current data byte to update
); );
*/
#define CHARACTER_BITS 10 #define CHARACTER_BITS 10
#define CHARACTERS_PER_LONGWORD 3 #define CHARACTERS_PER_LONGWORD 3

Loading…
Cancel
Save

Powered by TurnKey Linux.