mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
whitespace cleanup
This commit is contained in:
parent
80c7b666a2
commit
6a1adef5f9
@ -799,8 +799,8 @@ message DebugLinkMemory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request: Write memory to device. WARNING: Writing to the wrong
|
* Request: Write memory to device.
|
||||||
* location can irreparably break the device.
|
* WARNING: Writing to the wrong location can irreparably break the device.
|
||||||
*/
|
*/
|
||||||
message DebugLinkMemoryWrite {
|
message DebugLinkMemoryWrite {
|
||||||
optional uint32 address = 1;
|
optional uint32 address = 1;
|
||||||
@ -809,8 +809,8 @@ message DebugLinkMemoryWrite {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request: Erase block of flash on device. WARNING: Writing to the wrong
|
* Request: Erase block of flash on device
|
||||||
* location can irreparably break the device.
|
* WARNING: Writing to the wrong location can irreparably break the device.
|
||||||
*/
|
*/
|
||||||
message DebugLinkFlashErase {
|
message DebugLinkFlashErase {
|
||||||
optional uint32 sector = 1;
|
optional uint32 sector = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user