]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Fix typo in gpif_make_data_dp_state function name
authorPaul Fertser <redacted>
Fri, 15 Jul 2016 20:19:08 +0000 (23:19 +0300)
committerUwe Hermann <redacted>
Wed, 10 Aug 2016 13:11:10 +0000 (15:11 +0200)
Signed-off-by: Paul Fertser <redacted>
gpif-acquisition.c

index 4626b5969c7cca57d5c8be279a33ea7852c9463b..57e852b06be823f28ac6e39a5568ab9eb8d67d21 100644 (file)
@@ -159,7 +159,7 @@ static void gpif_make_delay_state(volatile BYTE *pSTATE, uint8_t delay, uint8_t
        pSTATE[24] = 0x00;
 }
 
-static void gpid_make_data_dp_state(volatile BYTE *pSTATE)
+static void gpif_make_data_dp_state(volatile BYTE *pSTATE)
 {
        /*
         * BRANCH
@@ -240,7 +240,7 @@ bool gpif_acquisition_start(const struct cmd_start_acquisition *cmd)
        }
 
        /* Populate S1 - the decision point. */
-       gpid_make_data_dp_state(pSTATE++);
+       gpif_make_data_dp_state(pSTATE++);
 
        /* Execute the whole GPIF waveform once. */
        gpif_set_tc16(1);