Index: expfeat.c =================================================================== --- expfeat.c (revision 30899) +++ expfeat.c (revision 30900) @@ -43,7 +43,7 @@ static fgw_error_t pcb_act_ExpFeatTmp(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_message(PCB_MSG_INFO, "Hello world from expfeat!\n"); - PCB_ACT_IRES(0); + RND_ACT_IRES(0); return 0; }