Signed-off-by: Paul Fertser <fercer...@gmail.com>
---
 gpif-acquisition.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gpif-acquisition.c b/gpif-acquisition.c
index 4626b59..57e852b 100644
--- a/gpif-acquisition.c
+++ b/gpif-acquisition.c
@@ -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);
-- 
2.7.3


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to