Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Bug in C generator #14

Closed
GoogleCodeExporter opened this issue Apr 24, 2015 · 2 comments
Closed

Bug in C generator #14

GoogleCodeExporter opened this issue Apr 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hello,

generate wrong States.h

#endif STATES_H_

should be 

#endif /* STATES_H_ */

***************************************************************

#ifndef STATES_H_
#define STATES_H_

typedef enum {

      _GPS_main_region_Log, 
      _GPS_main_region_Log_r1_LedGreenOff, 
      _GPS_main_region_Log_r1_LedGreenOn, 
      _GPS_main_region_WaitForFix, 
      _GPS_main_region_WaitForFix_r1_LedOn, 
      _GPS_main_region_WaitForFix_r1_LedOff, 
    last_state

} States;

#endif STATES_H_

Original issue reported on code.google.com by stefan.m...@gmail.com on 28 Jun 2012 at 2:04

@GoogleCodeExporter
Copy link
Author

Fxed with the new C code ganerator in the current milestone build (M16)

Original comment by AxelTerfloth on 17 Oct 2012 at 10:43

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by AxelTerfloth on 29 Sep 2014 at 2:05

  • Added labels: archived

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants