From 6ed9c67469070ea0d3033d17b76c9f257c42ae80 Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Thu, 30 Apr 2015 11:16:08 -0700 Subject: [PATCH] Fixed Typo --- TestScripts/C Tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestScripts/C Tests/main.c b/TestScripts/C Tests/main.c index ffce4ce..252ff86 100644 --- a/TestScripts/C Tests/main.c +++ b/TestScripts/C Tests/main.c @@ -623,7 +623,7 @@ int psendPOSITest() // sendPOSI test POSI[5] = -10.0F; POSI[6] = 1; - // Execution 2 + // Execution 3 pauseSim(sock, 1); sendPOSI(sock, POSI, 3, 0); result = getDREFs(sock, drefs, data, 7, sizes);