summaryrefslogtreecommitdiff
path: root/cesar/test_general
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-04-28 18:09:13 +0200
committerNélio Laranjeiro2011-05-06 11:39:02 +0200
commitfa07a277197dc85993123b90bb87238ce72ba545 (patch)
tree97b9d9b45ab07b9a9864f02379a1c291676483d3 /cesar/test_general
parent787c4fa804cbb12cf0829ef183ee309aa84989a9 (diff)
cesar/test_general/station/fcall: rename the nek_change event, refs #2222
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);