From: Joel Holdsworth Date: Sun, 11 Mar 2012 15:03:06 +0000 (+0000) Subject: No need to populate reserved words X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~47 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=7d028644be4df07ef4dc899b3e228755ecade924;p=sigrok-firmware-fx2lafw.git No need to populate reserved words --- diff --git a/gpif-acquisition.c b/gpif-acquisition.c index 89ef85d4..59a58dc4 100644 --- a/gpif-acquisition.c +++ b/gpif-acquisition.c @@ -181,13 +181,6 @@ void gpif_acquisition_start(const struct cmd_start_acquisition *cmd) pSTATE[16] = 0x00; pSTATE[24] = 0x36; - /* Populate Reserved Words */ - pSTATE = &GPIF_WAVE_DATA + 7; - pSTATE[0] = 0x07; - pSTATE[8] = 0x00; - pSTATE[16] = 0x00; - pSTATE[24] = 0x3f; - SYNCDELAY(); /* Execute the whole GPIF waveform once */