We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb5d07 commit 878250aCopy full SHA for 878250a
framework_lib/src/chromium_ec/mod.rs
@@ -1684,6 +1684,8 @@ impl CrosEc {
1684
}
1685
1686
fn read_board_id(&self, channel: u8) -> EcResult<Option<u8>> {
1687
+ // TODO: This change the parmeter to BoardIdType and map that to ADC if needed
1688
+ // if ec.cmd_version_supported(command::EcCommands::ReadBoardId, 0) == Ok(true) {
1689
self.read_board_id_raw(channel, BOARD_VERSION)
1690
1691
fn read_board_id_npc_db(&self, channel: u8) -> EcResult<Option<u8>> {
0 commit comments