forked from Archive/PX4-Autopilot
Disable DSM debug output
This commit is contained in:
parent
13606173ee
commit
5b4b5de34c
|
@ -57,7 +57,7 @@
|
|||
#define dsm_udelay(arg) up_udelay(arg)
|
||||
#endif
|
||||
|
||||
#define DSM_DEBUG
|
||||
//#define DSM_DEBUG
|
||||
|
||||
static enum DSM_DECODE_STATE {
|
||||
DSM_DECODE_STATE_DESYNC = 0,
|
||||
|
|
Loading…
Reference in New Issue