aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/PltParser.h')
-rw-r--r--Source/PltParser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/PltParser.h b/Source/PltParser.h
index f7bf78d..514e79d 100644
--- a/Source/PltParser.h
+++ b/Source/PltParser.h
@@ -21,7 +21,8 @@
* Global prototypes
* *************************************/
-bool PltParserLoadFile(char * strPath, TYPE_FLIGHT_DATA * ptrFlightData);
+bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData);
+uint8_t* PltParserGenerateFile(TYPE_PLT_CONFIG* ptrPltConfig);
/* *************************************
* Global variables