Skip to content

Commit

Permalink
mac test #9
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent b2540fa commit 4989b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
otool -L build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
echo '--------------------------------------'
otool -l build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
otool -l build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so | grep -B1 -A4 LC_RPATH
echo '--------------------------------------'
otool -L build/lib/libgnuradio-sdrplay3.g*.dylib
echo '--------------------------------------'
otool -l build/lib/libgnuradio-sdrplay3.g*.dylib
otool -l build/lib/libgnuradio-sdrplay3.g*.dylib | grep -B1 -A4 LC_RPATH
3 changes: 3 additions & 0 deletions lib/rsp_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,9 @@ void rsp_impl::event_callback(sdrplay_api_EventT eventId,
break;
case sdrplay_api_RspDuoModeChange:
break;
case sdrplay_api_DeviceFailure:
d_logger->error("device failure");
break;
}
}

Expand Down

0 comments on commit 4989b10

Please sign in to comment.