Skip to content

Commit f4da3f1

Browse files
committed
One more bit of console info.
1 parent 720b7ba commit f4da3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndofdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ int ndof_init_first(NDOF_Device *in_out_dev, void *param)
126126
)
127127
))
128128
{
129-
// printf("Using device: %s\n", fname);
129+
printf("Using device: %s\n", fname);
130130
break;
131131
} else {
132132
close(fd);

0 commit comments

Comments
 (0)