]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
No need to populate reserved words
authorJoel Holdsworth <redacted>
Sun, 11 Mar 2012 15:03:06 +0000 (15:03 +0000)
committerJoel Holdsworth <redacted>
Sun, 11 Mar 2012 15:03:06 +0000 (15:03 +0000)
gpif-acquisition.c

index 89ef85d4ae38fe7ec006b03078b8d219bdf5d087..59a58dc4e6ff00cc8add12f70204d9ab24d91c58 100644 (file)
@@ -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 */