Skip to content

Commit

Permalink
bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Nov 28, 2024
1 parent cc66c28 commit 46a659d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/fw-update-helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ namespace rs2
image = std::vector< uint8_t >( hex, hex + size );
}
}
break;
case RS2_PRODUCT_LINE_D500:
{
bool allow_rc_firmware = config_file::instance().get_or_default(configurations::update::allow_rc_firmware, false);
Expand Down

0 comments on commit 46a659d

Please sign in to comment.