1
0
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:
Pavol Rusnak 2017-04-06 14:48:13 +02:00
parent 80c7b666a2
commit 6a1adef5f9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 7 additions and 7 deletions

View File

@ -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;