Closed euberdeveloper closed 3 years ago
Edit:
Flatbuf has already them as identifiers, I have this issue:
Edit:
Basta invertire l'ordine degli include, prima si include la roba di flatbuf e poi gli id. Il prefisso però sarebbe comunque più bello secondo me
Refactor implemented with 5e08e9f335d75cf30909c7325462110c25ae1cc6
I think that it would be better if all the id constants defined in
includes_generator/XXX/ids.h
were prefixed withID_
or postfixed with_ID
.For instance:
#define HV_TEMP 0b01101000010
->#define ID_HV_TEMP 0b01101000010