summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/main.c')
-rw-r--r--digital/io/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io/src/main.c b/digital/io/src/main.c
index 844e0d1d..a24e7e14 100644
--- a/digital/io/src/main.c
+++ b/digital/io/src/main.c
@@ -518,7 +518,7 @@ proto_callback (uint8_t cmd, uint8_t size, uint8_t *args)
* - 1b: the approach angle to face the distributor ;
* - 1b: how many and where to put collected samples ;
*/
- getsamples_start (args[0] << 8, args[1]);
+ getsamples_start (args[0] << 8, args[1], 0);
break;
case c ('A', 1):