From: Joel Holdsworth Date: Sun, 11 Mar 2012 15:03:52 +0000 (+0000) Subject: Not need to SYNCDELAY after writing to GPIF_WAVE_DATA X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~46 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=d478dcbed58c157e790a32d26878f940ed5ec888 Not need to SYNCDELAY after writing to GPIF_WAVE_DATA --- diff --git a/gpif-acquisition.c b/gpif-acquisition.c index 59a58dc4..5a76fae5 100644 --- a/gpif-acquisition.c +++ b/gpif-acquisition.c @@ -181,8 +181,6 @@ void gpif_acquisition_start(const struct cmd_start_acquisition *cmd) pSTATE[16] = 0x00; pSTATE[24] = 0x36; - SYNCDELAY(); - /* Execute the whole GPIF waveform once */ gpif_set_tc16(1);