generate java enum from C enum? generate both C and java from yaml? #2102
This commit is contained in:
parent
c45003060c
commit
7a50126d46
|
@ -75,8 +75,8 @@ struct_no_prefix engine_configuration_s
|
|||
! see 'blockingFactor' in rusefi.ini
|
||||
#define BLOCKING_FACTOR 256
|
||||
|
||||
// Back in the day we wanted enums to be 32 bit integers.
|
||||
// as of 2020 preference is with ' __attribute__ ((__packed__))' allowing one-byte enums
|
||||
! Back in the day we wanted enums to be 32 bit integers.
|
||||
! as of 2020 preference is with ' __attribute__ ((__packed__))' allowing one-byte enums
|
||||
#define ENUM_16_BITS 60000
|
||||
#define ENUM_32_BITS 2000000000
|
||||
|
||||
|
|
Loading…
Reference in New Issue