added checksum to auto-generated files
This commit is contained in:
@@ -49,6 +49,6 @@ const DTC_t dtc_definitions[] = {
|
||||
{% endfor -%}
|
||||
};
|
||||
|
||||
const uint32_t dtc_generation_timestamp = {{ timestamp_unix }};
|
||||
|
||||
#endif // DTC_DEFS_H
|
||||
|
||||
// CODEGENERATOR_CHECKSUM: {{ checksum }}
|
@@ -21,3 +21,5 @@ void generateJsonObject_{{ var_name }}(JsonObject& data)
|
||||
}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
// CODEGENERATOR_CHECKSUM: {{ checksum }}
|
@@ -21,4 +21,6 @@
|
||||
void generateJsonObject_{{ var_name }}(JsonObject& data);
|
||||
{% endfor %}
|
||||
|
||||
#endif /* _STRUCT2JSON_H_ */
|
||||
#endif /* _STRUCT2JSON_H_ */
|
||||
|
||||
// CODEGENERATOR_CHECKSUM: {{ checksum }}
|
Reference in New Issue
Block a user