aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/PltParser.c')
-rw-r--r--Source/PltParser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c
index f9fffb0..8bcbc0f 100644
--- a/Source/PltParser.c
+++ b/Source/PltParser.c
@@ -23,6 +23,7 @@
/* *************************************
* Local Prototypes
* *************************************/
+
static void PltParserResetBuffers(TYPE_FLIGHT_DATA* ptrFlightData);
bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData)
@@ -92,7 +93,7 @@ bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData)
int k;
dprintf("Buffer: ");
-
+
for (k = 0; k < strlen(buffer); k++)
{
dprintf("0x%02X ", buffer[k]);