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