Skip to content

Commit

Permalink
add flash version 108
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Jan 7, 2024
1 parent e16f1bd commit 48f7c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ds/ds-private.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ namespace librealsense
case 105: return { 5, { 9, 10, 40, 29, 18, 19, 30, 20, 21, 54 } };
case 106: return { 5, { 15, 9, 10, 16, 40, 29, 18, 19, 30, 20, 21, 54 } };
case 107: return { 6, { 15, 9, 10, 16, 40, 29, 18, 19, 30, 20, 21, 54 } };
case 108: return { 5, { 15, 9, 10, 16, 40, 29, 18, 19, 30, 20, 21, 54 } };
default:
throw std::runtime_error("Unsupported flash version: " + std::to_string(flash_version));
}
Expand Down

0 comments on commit 48f7c07

Please sign in to comment.