Skip to content

Commit

Permalink
Build fix try 2
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Tondak <[email protected]>
  • Loading branch information
Akshay Tondak authored and Akshay Tondak committed Jan 13, 2025
1 parent 1507ee7 commit d0c8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/pcie/linux/device_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ struct xrt_smi_config
static result_type
get(const xrt_core::device* device, key_type key, const std::any& reqType)
{
if (key != xrt_key_type::xrt_smi_config)
if (key != key_type::xrt_smi_config)
throw xrt_core::query::no_such_key(key, "Not implemented");
std::string xrt_smi_config;
const auto xrt_smi_config_type = std::any_cast<xrt_core::query::xrt_smi_config::type>(reqType);
Expand Down

0 comments on commit d0c8a2c

Please sign in to comment.