From 4babd587122188118f112f1e0f877615593ce7de Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 22 Jul 2019 03:35:28 -0400 Subject: [PATCH] fixed printf --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 674857db..613d099b 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -450,7 +450,7 @@ int get_tlm(int tlm[][5]) { } #ifdef DEBUG_LOGGING printf("voltsBus %4.2f voltsShunt %4.2f current %4.2f power %4.2f \n", - count, voltsBus[count], voltsShunt[count], current[count], power[count]); + voltsBus[count], voltsShunt[count], current[count], power[count]); #endif } if (sensor[BUS] != OFF) // For MoPower V2 INA219