Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:us4useu/arrus into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Sep 3, 2021
2 parents bd79825 + c3d76da commit 93cd6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ set(ARRUS_DOCS_INSTALL_DIR docs)
################################################################################
# Common dependencies
################################################################################
find_package(Us4 0.6.6 EXACT REQUIRED US4OEM HV256 DBARLite)
find_package(Us4 0.6.7 EXACT REQUIRED US4OEM HV256 DBARLite)
find_package(Boost REQUIRED)
set(Boost_USE_STATIC_LIBS ON)
find_package(Protobuf REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion api/matlab/examples/Us4R_control.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

%% Initialize the system, sequence, and reconstruction
us = Us4R('probeName', 'SL1543', ...
'adapterType', 'esaote2-us4r8', ...
'adapterType', 'esaote3', ...
'voltage', 50, ...
'logTime', true);

Expand Down

0 comments on commit 93cd6ef

Please sign in to comment.