auto-sync
This commit is contained in:
parent
5a85a07c4c
commit
9d6fd7aa5a
|
@ -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
|
// begin
|
||||||
#include "rusefi_types.h"
|
#include "rusefi_types.h"
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -760,7 +760,7 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* offset 976
|
* offset 976
|
||||||
*/
|
*/
|
||||||
int cylindersCount;
|
cylinders_count_t cylindersCount;
|
||||||
/**
|
/**
|
||||||
* offset 980
|
* offset 980
|
||||||
*/
|
*/
|
||||||
|
@ -1109,4 +1109,4 @@ typedef struct {
|
||||||
} engine_configuration_s;
|
} engine_configuration_s;
|
||||||
|
|
||||||
// end
|
// 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
|
||||||
|
|
|
@ -83,4 +83,6 @@ typedef struct {
|
||||||
ignition_table_t map;
|
ignition_table_t map;
|
||||||
} full_i_table_s;
|
} full_i_table_s;
|
||||||
|
|
||||||
|
typedef int cylinders_count_t;
|
||||||
|
|
||||||
#endif /* CONTROLLERS_ALGO_RUSEFI_TYPES_H_ */
|
#endif /* CONTROLLERS_ALGO_RUSEFI_TYPES_H_ */
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue