Comment update

This commit is contained in:
Uwe Seimet 2021-08-27 10:52:01 +02:00
parent 6c316ef6ab
commit a311ab395b

View File

@ -61,7 +61,7 @@ message PbDeviceProperties {
bool lockable = 4;
// Device supports image file
bool supports_file = 5;
// Unordered list of supported block sizes
// Unordered list of supported block sizes, empty if the block size is not configurable
repeated uint32 block_sizes = 6;
}