auto-sync

This commit is contained in:
rusEfi 2015-01-28 18:06:39 -06:00
parent 5a85a07c4c
commit 9d6fd7aa5a
3 changed files with 79 additions and 76 deletions

View File

@ -1,4 +1,4 @@
// this section was generated by config_definition.jar on Tue Jan 27 18:37:17 EST 2015
// this section was generated by config_definition.jar on Wed Jan 28 18:53:51 EST 2015
// begin
#include "rusefi_types.h"
typedef struct {
@ -760,7 +760,7 @@ typedef struct {
/**
* offset 976
*/
int cylindersCount;
cylinders_count_t cylindersCount;
/**
* offset 980
*/
@ -1109,4 +1109,4 @@ typedef struct {
} engine_configuration_s;
// end
// this section was generated by config_definition.jar on Tue Jan 27 18:37:17 EST 2015
// this section was generated by config_definition.jar on Wed Jan 28 18:53:51 EST 2015

View File

@ -83,4 +83,6 @@ typedef struct {
ignition_table_t map;
} full_i_table_s;
typedef int cylinders_count_t;
#endif /* CONTROLLERS_ALGO_RUSEFI_TYPES_H_ */

View File

@ -0,0 +1 @@
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f board/stm32f4discovery.cfg -c init -c targets -c "halt" -c "flash write_image erase build/rusefi.elf" -c "verify_image firmware.elf" -c "reset run" -c shutdown