Menu

#214 C gen: _EnterStartState() macro expands to undefined ENTRY_STATE() macro

Assigned
closed-fixed
6.6.3 (2)
5
2017-04-23
2017-04-11
No

EnterStartState is defined as a macro expanding to ENTRY_STATE(getState(fsm)). However, ENTRY_STATE is only defined in the _sm.c file, not in the header. Therefore, invoking the EnterStartState() macro leads to a compile time error.

Discussion

  • Francois Perrad

    Francois Perrad - 2017-04-11

    Thanks for the report.
    Fixed in master.

     
  • Charles Rapp

    Charles Rapp - 2017-04-23
    • labels: --> 6.6.3
    • status: open --> closed-fixed
    • assigned_to: Francois Perrad
     
  • Charles Rapp

    Charles Rapp - 2017-04-23

    Correction now part of release 6.6.3.

     

Log in to post a comment.