mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +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];
|
||||
|
||||
/* print debugging info */
|
||||
extern int DEBUG;
|
||||
//extern int DEBUG;
|
||||
|
||||
/* Reed Solomon encode/decode routines */
|
||||
void initialize_ecc (void);
|
||||
|
@ -38,7 +38,7 @@ int synBytes[MAXDEG];
|
||||
/* generator polynomial */
|
||||
int genPoly[MAXDEG*2];
|
||||
|
||||
int DEBUG = FALSE;
|
||||
//int DEBUG = FALSE;
|
||||
|
||||
static void
|
||||
compute_genpoly (int nbytes, int genpoly[]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user