Esempio n. 1
0
int main(void) {



  control_state = STATE_STARTUP;
  while (1) {
    DoStateMachine();
  }
}
Esempio n. 2
0
int main(void) {

  ConfigureClock();

  global_data_A36613.control_state = STATE_STARTUP;
  while (1) {
    DoStateMachine();
  }
}
Esempio n. 3
0
int main(void) {
  global_data_A36444.control_state = STATE_STARTUP;
  while (1) {
    DoStateMachine();
  }
}