Skip to content

Commit

Permalink
Add temporary workaround for mac
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Apr 2, 2024
1 parent a671f75 commit d81df1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dialogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,12 @@ static void refresh_usb(void)
if (!ctxs)
goto nope;

#ifdef __APPLE__
// Scanning seems to be broken at the moment
goto nope;
#endif


ret = iio_scan_context_get_info_list(ctxs, &info);
if (ret < 0)
goto err_free_ctxs;
Expand Down

0 comments on commit d81df1f

Please sign in to comment.