mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-11 01:54:14 +01:00
OP-922 Comment out the unused DEBUG variable in rscode
This commit is contained in:
parent
232d9c10b2
commit
4ba9208727
@ -66,7 +66,7 @@ extern int pBytes[MAXDEG];
|
|||||||
extern int synBytes[MAXDEG];
|
extern int synBytes[MAXDEG];
|
||||||
|
|
||||||
/* print debugging info */
|
/* print debugging info */
|
||||||
extern int DEBUG;
|
//extern int DEBUG;
|
||||||
|
|
||||||
/* Reed Solomon encode/decode routines */
|
/* Reed Solomon encode/decode routines */
|
||||||
void initialize_ecc (void);
|
void initialize_ecc (void);
|
||||||
|
@ -38,7 +38,7 @@ int synBytes[MAXDEG];
|
|||||||
/* generator polynomial */
|
/* generator polynomial */
|
||||||
int genPoly[MAXDEG*2];
|
int genPoly[MAXDEG*2];
|
||||||
|
|
||||||
int DEBUG = FALSE;
|
//int DEBUG = FALSE;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
compute_genpoly (int nbytes, int genpoly[]);
|
compute_genpoly (int nbytes, int genpoly[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user