From 153f078ec20cc442dd4dbe802dbd5fcb1748fcca Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Thu, 27 Jul 2017 07:41:25 +0200 Subject: * Added comments on System. * Files needed for Game are now only loaded once, except from LEVEL1.PLT. * Added DevMenu to get debug info. * ISR_LoadMenuVBlank() does not stop when accessing SIO. * On fopen() and SERIAL_INTERFACE defined, "#" is prepended and "@" is appended to filename string. --- Source/PltParser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/PltParser.c') diff --git a/Source/PltParser.c b/Source/PltParser.c index a960059..eceb729 100644 --- a/Source/PltParser.c +++ b/Source/PltParser.c @@ -61,6 +61,8 @@ bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData) } strPltBuffer = SystemGetBufferAddress(); + + dprintf("%s\n", strPltBuffer); PltParserResetBuffers(ptrFlightData); -- cgit v1.2.3