Disable phase shift correction by default
This commit is contained in:
parent
2168a70398
commit
1e57ddb6c7
|
@ -50,7 +50,7 @@
|
||||||
#if PHASE_CONF_DRIFT_CORRECT
|
#if PHASE_CONF_DRIFT_CORRECT
|
||||||
#define PHASE_DRIFT_CORRECT PHASE_CONF_DRIFT_CORRECT
|
#define PHASE_DRIFT_CORRECT PHASE_CONF_DRIFT_CORRECT
|
||||||
#else
|
#else
|
||||||
#define PHASE_DRIFT_CORRECT 1
|
#define PHASE_DRIFT_CORRECT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct phase {
|
struct phase {
|
||||||
|
|
Loading…
Reference in a new issue