mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-28 22:15:42 +00:00
protob: Add protobuf syntax tag
This commit is contained in:
parent
ee211f4bc8
commit
c88d7b962a
@ -1,3 +1,5 @@
|
|||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration format for TREZOR plugin
|
* Configuration format for TREZOR plugin
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Messages for TREZOR communication
|
* Messages for TREZOR communication
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Storage area of TREZOR
|
* Storage area of TREZOR
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Types for TREZOR communication
|
* Types for TREZOR communication
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user