1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

add FirmwareErase.length

This commit is contained in:
Pavol Rusnak 2017-06-20 11:26:39 +02:00
parent 4eef33b05a
commit 0001cb18c0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -722,6 +722,7 @@ message SetU2FCounter {
* @next Failure
*/
message FirmwareErase {
optional uint32 length = 1; // length of new firmware
}
/**