mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +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
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
syntax = "proto2";
|
||||
|
||||
/**
|
||||
* Messages for TREZOR communication
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
syntax = "proto2";
|
||||
|
||||
/**
|
||||
* Storage area of TREZOR
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
syntax = "proto2";
|
||||
|
||||
/**
|
||||
* Types for TREZOR communication
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user