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 e822af3 commit 8634eeeCopy full SHA for 8634eee
framework_lib/src/chromium_ec/mod.rs
@@ -1616,6 +1616,8 @@ impl CrosEc {
1616
}
1617
1618
fn read_board_id(&self, channel: u8) -> EcResult<Option<u8>> {
1619
+ // TODO: This change the parmeter to BoardIdType and map that to ADC if needed
1620
+ // if ec.cmd_version_supported(command::EcCommands::ReadBoardId, 0) == Ok(true) {
1621
self.read_board_id_raw(channel, BOARD_VERSION)
1622
1623
fn read_board_id_npc_db(&self, channel: u8) -> EcResult<Option<u8>> {
0 commit comments