17 lines
284 B
C
17 lines
284 B
C
|
#ifndef __DEBUG_H_
|
|||
|
#define __DEBUG_H_
|
|||
|
|
|||
|
#include "stdint.h"
|
|||
|
#include "pack.h"
|
|||
|
#include "debug_rf.h"
|
|||
|
|
|||
|
uint8_t dbg_update(void);
|
|||
|
|
|||
|
#define __PXGS_DEBUG_IMU 1 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define __PXGS_DEBUG_ADC_PWM 0 //ADC<44><43><EFBFBD><EFBFBD>
|
|||
|
#define __PXGS_DEBUG_ALTHOLD 0 //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
//#define NULL 0
|
|||
|
|
|||
|
#endif
|