fixing stuff?

This commit is contained in:
rusefi 2020-06-14 18:06:33 -04:00
parent a0593844c7
commit 76d3dbe22c
5 changed files with 10 additions and 9 deletions

View File

@ -952,6 +952,13 @@ typedef enum __attribute__ ((__packed__)) {
GPPWM_Iat = 3,
} gppwm_channel_e;
typedef enum __attribute__ ((__packed__)) {
B100KBPS = 0, // 100kbps
B250KBPS = 1, // 250kbps
B500KBPS = 2, // 500kbps
B1MBPS = 3, // 1Mbps
} can_baudrate_e;
typedef enum __attribute__ ((__packed__)) {
GPPWM_GreaterThan = 0,
GPPWM_LessThan = 1,

View File

@ -268,12 +268,5 @@ typedef enum __attribute__ ((__packed__)) {
EFI_ADC_ERROR = 17,
} adc_channel_e;
typedef enum __attribute__ ((__packed__)) {
B100KBPS = 0, // 100kbps
B250KBPS = 1, // 250kbps
B500KBPS = 2, // 500kbps
B1MBPS = 3, // 1Mbps
} can_baudrate_e;
#define INCOMPATIBLE_CONFIG_CHANGE EFI_ADC_0

View File

@ -716,6 +716,6 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20200613;
return 20200614;
}
#endif /* EFI_UNIT_TEST */

View File

@ -9,4 +9,5 @@ rusefi.ini
openocd
DfuSe
rusefi_*.*
triggers
triggers
unit_test*.xml

Binary file not shown.