From ed6452ed25413be526862eaf1bbda94c23e64426 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 6 Jul 2019 16:14:40 -0400 Subject: [PATCH] Update main.c --- afsk/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index b03740ac..e8b8e269 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -437,7 +437,8 @@ int get_tlm(int tlm[][5]) { power = getPower_mW(x_fd); voltage = shuntVolts + busVolts; printf("-X 0x40 busVolts %4.2f shuntVolts %4.2f current %4.2f power %4.2f \n", busVolts, shuntVolts, x_current, power); - + + } int count; for (count = 0; count < 8; count++) {