Skip to content

Commit

Permalink
examples: Update to use new paths
Browse files Browse the repository at this point in the history
Update header includes to use utils/ instead of tests/.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Sep 13, 2023
1 parent 78f3f8c commit 5587ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iio_adi_xflow_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <string.h>
#include <unistd.h>

#include "../tests/iio_common.h"
#include "../utils/iio_common.h"


#define MY_NAME "iio_adi_xflow_check"
Expand Down

0 comments on commit 5587ef2

Please sign in to comment.