aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/PltParser.c')
-rw-r--r--Source/PltParser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c
index 47a7e60..ec1af3d 100644
--- a/Source/PltParser.c
+++ b/Source/PltParser.c
@@ -84,11 +84,11 @@ bool PltParserLoadFile(const char* strPath, TYPE_FLIGHT_DATA* const ptrFlightDat
{
int k;
- dprintf("Buffer: ");
+ printf("Buffer: ");
for (k = 0; k < strlen(buffer); k++)
{
- dprintf("0x%02X ", buffer[k]);
+ printf("0x%02X ", buffer[k]);
}
// Format should always be HH:MM (5 characters)
// Treat any other combination as possible error