From 81e7871b1c0ae70a545d6d090350e3548843bbf4 Mon Sep 17 00:00:00 2001 From: idgay Date: Wed, 18 Apr 2007 21:49:06 +0000 Subject: [PATCH] default freq should be same as old stack --- tos/chips/cc1000_lpl/CC1000Const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/chips/cc1000_lpl/CC1000Const.h b/tos/chips/cc1000_lpl/CC1000Const.h index 9543c891..cd82f4be 100644 --- a/tos/chips/cc1000_lpl/CC1000Const.h +++ b/tos/chips/cc1000_lpl/CC1000Const.h @@ -243,7 +243,7 @@ enum { #endif #ifndef CC1K_DEF_PRESET -#define CC1K_DEF_PRESET (CC1K_914_077_MHZ) +#define CC1K_DEF_PRESET (CC1K_434_845_MHZ) #endif static const_uint8_t CC1K_Params[6][20] = { -- 2.39.2