We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698be31 commit 39d57b7Copy full SHA for 39d57b7
framework_lib/src/chromium_ec/mod.rs
@@ -1700,9 +1700,9 @@ impl CrosEcDriver for CrosEc {
1700
}
1701
1702
debug!("read_memory(offset={:#X}, size={:#X})", offset, length);
1703
- if offset + length > EC_MEMMAP_SIZE {
1704
- return None;
1705
- }
+ //if offset + length > EC_MEMMAP_SIZE {
+ // return None;
+ //}
1706
1707
// TODO: Change this function to return EcResult instead and print the error only in UI code
1708
print_err(match self.driver {
0 commit comments