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 16d982b commit e79fd88Copy full SHA for e79fd88
framework_lib/src/chromium_ec/mod.rs
@@ -1617,9 +1617,9 @@ impl CrosEcDriver for CrosEc {
1617
}
1618
1619
debug!("read_memory(offset={:#X}, size={:#X})", offset, length);
1620
- if offset + length > EC_MEMMAP_SIZE {
1621
- return None;
1622
- }
+ //if offset + length > EC_MEMMAP_SIZE {
+ // return None;
+ //}
1623
1624
// TODO: Change this function to return EcResult instead and print the error only in UI code
1625
print_err(match self.driver {
0 commit comments