1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-08 09:58:46 +00:00
trezor-firmware/legacy/firmware/ethereum_definitions_constants.h.mako
matejcik 4422a80f34 build(legacy): fix legacy build
[no changelog]
2025-04-29 14:54:41 +02:00

17 lines
381 B
Mako

// This file is automatically generated from ethereum_definitions_constants.h.mako
// DO NOT EDIT
#ifndef __ETHEREUM_DEFINITIONS_CONSTANTS_H__
#define __ETHEREUM_DEFINITIONS_CONSTANTS_H__
#include <stdint.h>
#include "crypto.h"
#include "pb.h"
#define MIN_DATA_VERSION ${defs_timestamp}
#define FORMAT_VERSION_LENGTH 5
#define FORMAT_VERSION (const pb_byte_t *)"trzd1"
#endif