Skip to content

Commit

Permalink
Merge pull request #933 from luxonis/profilingdata_fix
Browse files Browse the repository at this point in the history
Use uint64_t for profilingData read/write counts
  • Loading branch information
asahtik authored Dec 5, 2023
2 parents e6bf28a + ab3df62 commit 38681bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/Depthai/DepthaiDeviceSideConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot")

# "full commit hash of device side binary"
set(DEPTHAI_DEVICE_SIDE_COMMIT "4ed6983d60477a0bcb2a63a5cd682b6754ef195a")
set(DEPTHAI_DEVICE_SIDE_COMMIT "549315be3f2e2af09e6301c5b131b77ceedb0391")

# "version if applicable"
set(DEPTHAI_DEVICE_SIDE_VERSION "")
4 changes: 2 additions & 2 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ hunter_config(
hunter_config(
XLink
VERSION "luxonis-2021.4.2-xlink-linkid-race-fix"
URL "https://github.com/luxonis/XLink/archive/14d4056d9d9dc21de2c6089a4648ddb9e981f418.tar.gz"
SHA1 "14613474368971d67c520f6f911cf88fb6384506"
URL "https://github.com/luxonis/XLink/archive/6bf33bb51100f6a5aa159d025159fa22eb4f15b7.tar.gz"
SHA1 "e54effec01d0fa7403fcc34ebebf784370256a29"
CMAKE_ARGS
XLINK_ENABLE_LIBUSB=${DEPTHAI_ENABLE_LIBUSB}
)
Expand Down
2 changes: 1 addition & 1 deletion shared/depthai-shared
Submodule depthai-shared updated 0 files

0 comments on commit 38681bb

Please sign in to comment.