summaryrefslogtreecommitdiff
path: root/cesar/test_general
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general')
-rw-r--r--cesar/test_general/station/fcall/src/beacon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/test_general/station/fcall/src/beacon.c b/cesar/test_general/station/fcall/src/beacon.c
index 63e95bf2a4..ebd06dddd5 100644
--- a/cesar/test_general/station/fcall/src/beacon.c
+++ b/cesar/test_general/station/fcall/src/beacon.c
@@ -66,7 +66,7 @@ fc_cco_change_nek (fcall_ctx_t *fcall, fcall_param_t **param,
dbg_assert (data);
/* Post the nek_change event. */
- cp_fsm_post_new_event (cesar->cp, bare, change_nek);
+ cp_fsm_post_new_event (cesar->cp, bare, cco__nek_change);
fcall_param_reset (*param);