summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorNicolas Schodet2012-04-23 15:51:50 +0200
committerNicolas Schodet2012-05-02 14:23:49 +0200
commitc748b9d89545f1f85f9310563f84ff6656d3e4b7 (patch)
treee8cd0f48ab8dae57828111ae15129c9c01d1ae29 /cesar
parent7be4fcd69d62dc8b59ef9ebf72c689c1264c0ffe (diff)
cesar/hal/phy: fix merge error
Diffstat (limited to 'cesar')
-rw-r--r--cesar/hal/phy/Module2
-rw-r--r--cesar/hal/phy/src/phy.c8
2 files changed, 0 insertions, 10 deletions
diff --git a/cesar/hal/phy/Module b/cesar/hal/phy/Module
index 2063daa3e5..12c40d3957 100644
--- a/cesar/hal/phy/Module
+++ b/cesar/hal/phy/Module
@@ -17,8 +17,6 @@ CLEAN_FILES += $(hal_phy_resys_prog_h) $(hal_phy_resys_prog_patch_h) \
$(hal_phy_resys_offsettable_h) \
$(hal_phy_resys_labels_h) $(hal_phy_params_h)
-$(call src2obj,hal/phy/src/resys.c,target): $(hal_phy_resys_prog_h) \
-$(hal_phy_resys_prog_patch_h) $(hal_phy_resys_offsettable_h)
COMPILE_DEPS += $(hal_phy_resys_labels_h) $(hal_phy_params_h)
hal_phy_resys_prog_di_hex = $(OBJ_DIR)/resys_mem_di.hex
diff --git a/cesar/hal/phy/src/phy.c b/cesar/hal/phy/src/phy.c
index 3157e8820f..c11a3ba68a 100644
--- a/cesar/hal/phy/src/phy.c
+++ b/cesar/hal/phy/src/phy.c
@@ -529,14 +529,6 @@ phy_init_tunable_param (phy_t *ctx)
&ctx->cap_mask,
LIB_STATS_ACCESS_WRITE_ONLY,
LIB_STATS_DEBUG);
- lib_stats_set_stat_value_notype ("DELTA_RES_COEF_INTERNAL",
- &phy_tunable.delta_res_coef_internal,
- LIB_STATS_ACCESS_WRITE_ONLY,
- LIB_STATS_DEBUG);
- lib_stats_set_stat_value_notype ("DELTA_RES_COEF_EXTERNAL",
- &phy_tunable.delta_res_coef_external,
- LIB_STATS_ACCESS_WRITE_ONLY,
- LIB_STATS_DEBUG);
#endif
ctx->cap_mask = CONFIG_PHY_CAP_MASK_DEFAULT;
}