summaryrefslogtreecommitdiff
path: root/cp/beacon/test/central_beacon/src/usta.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp/beacon/test/central_beacon/src/usta.c')
-rw-r--r--cp/beacon/test/central_beacon/src/usta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cp/beacon/test/central_beacon/src/usta.c b/cp/beacon/test/central_beacon/src/usta.c
index 2176a038ae..35501755c9 100644
--- a/cp/beacon/test/central_beacon/src/usta.c
+++ b/cp/beacon/test/central_beacon/src/usta.c
@@ -72,7 +72,7 @@ main (void)
cco = cp_cco_init ();
sta = cp_station_init (mac_store, cl, pbproc, mac_config);
- secu = cp_secu_init ();
+// secu = cp_secu_init ();
mac_ntb_init (phy, mac_config);
timer = hal_timer_init (phy);
@@ -86,7 +86,7 @@ main (void)
mac_store_uninit (mac_store);
cp_beacon_uninit (cp_beacon);
hal_timer_uninit (timer);
- cp_secu_uninit (secu);
+// cp_secu_uninit (secu);
cp_station_uninit (sta);
blk_release (phy);
blk_release (mac_config);