iio: Add stub for 1 byte channels

This commit is contained in:
Bastien Nocera
2019-05-13 13:51:08 +02:00
committed by hadess
parent e941f9ff5d
commit 2fb71895dd

View File

@@ -578,6 +578,7 @@ process_scan_1 (char *data,
*ch_val = (int) val;
}
break;
case 1:
case 2:
case 8:
g_error ("Process %d bytes channels not supported yet", info->bytes);