mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +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
|
||||
* location can irreparably break the device.
|
||||
* Request: Write memory to device.
|
||||
* WARNING: Writing to the wrong location can irreparably break the device.
|
||||
*/
|
||||
message DebugLinkMemoryWrite {
|
||||
optional uint32 address = 1;
|
||||
@ -809,8 +809,8 @@ message DebugLinkMemoryWrite {
|
||||
}
|
||||
|
||||
/**
|
||||
* Request: Erase block of flash on device. WARNING: Writing to the wrong
|
||||
* location can irreparably break the device.
|
||||
* Request: Erase block of flash on device
|
||||
* WARNING: Writing to the wrong location can irreparably break the device.
|
||||
*/
|
||||
message DebugLinkFlashErase {
|
||||
optional uint32 sector = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user