From 3b80f74ce10cfd7e55199dcb9a8c4b80598227d2 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Fri, 23 Nov 2018 13:57:38 +0100 Subject: Optimization flag changed from -Os to -O3 (seems to perform better FPS-wise). Improved const-correctness and scope for some variables. --- Source/PltParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/PltParser.h') 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); /* ************************************* -- cgit v1.2.3