iio: Add stub for 1 byte channels
This commit is contained in:
@@ -578,6 +578,7 @@ process_scan_1 (char *data,
|
|||||||
*ch_val = (int) val;
|
*ch_val = (int) val;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
case 8:
|
case 8:
|
||||||
g_error ("Process %d bytes channels not supported yet", info->bytes);
|
g_error ("Process %d bytes channels not supported yet", info->bytes);
|
||||||
|
Reference in New Issue
Block a user