mirror of https://github.com/wb2osz/direwolf.git
Added msg re: BCH code and added protective #ifndefs.
This commit is contained in:
parent
1d7a4b9e82
commit
c4ccbdc9e7
|
@ -1 +1,6 @@
|
|||
#ifndef __EOTD_H
|
||||
#define __EOTD_H
|
||||
|
||||
void eotd_to_text (unsigned char *ais, int ais_len, char *text, int text_size);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -34,6 +34,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
if (argc < 5) {
|
||||
fprintf(stderr, "Expecting 4+ arguments - m, length, t, type (F or R) and optionally rev to reverse the input bytes.\n");
|
||||
fprintf(stderr, "THE BCH CODE IS NOT VERIFIED!\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue