diff --git a/core/dev/cc2420.c b/core/dev/cc2420.c index 1074123d9..a027f4c83 100644 --- a/core/dev/cc2420.c +++ b/core/dev/cc2420.c @@ -295,11 +295,11 @@ cc2420_init(void) /* Turn on voltage regulator and reset. */ SET_VREG_ACTIVE(); - //clock_delay(250); OK + clock_delay(250); SET_RESET_ACTIVE(); clock_delay(127); SET_RESET_INACTIVE(); - //clock_delay(125); OK + clock_delay(125); /* Turn on the crystal oscillator. */