mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Disable phase shift correction by default
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user