Disable phase shift correction by default

This commit is contained in:
Adam Dunkels 2011-12-08 14:04:01 +01:00
parent 2168a70398
commit 1e57ddb6c7

View file

@ -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 {