From 1e57ddb6c70ecb64eb5fd7c4bc5cdbc2801e77ad Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Thu, 8 Dec 2011 14:04:01 +0100 Subject: [PATCH] Disable phase shift correction by default --- core/net/mac/phase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/mac/phase.h b/core/net/mac/phase.h index 7ad07f9cf..8025d2c13 100644 --- a/core/net/mac/phase.h +++ b/core/net/mac/phase.h @@ -50,7 +50,7 @@ #if PHASE_CONF_DRIFT_CORRECT #define PHASE_DRIFT_CORRECT PHASE_CONF_DRIFT_CORRECT #else -#define PHASE_DRIFT_CORRECT 1 +#define PHASE_DRIFT_CORRECT 0 #endif struct phase {