summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/core
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/core')
-rw-r--r--cesar/cp/sta/core/src/core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cesar/cp/sta/core/src/core.c b/cesar/cp/sta/core/src/core.c
index d878032cb2..d9a8e74597 100644
--- a/cesar/cp/sta/core/src/core.c
+++ b/cesar/cp/sta/core/src/core.c
@@ -676,9 +676,6 @@ void cp_sta_core_cp_thread(cyg_addrword_t data)
dbg_assert(data);
- // Power-Line frequency detection (50Hz or 60Hz)
- cp_pwl_acl_frequency_detection(cp_ctx);
-
// run the wait-event loop of the thread...
cp_sta_core_wait_event_loop(cp_ctx);
}