From 04b11ee617081a47a819e532b0642a1ca0909c41 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 30 Jan 2025 11:34:14 -0500 Subject: [PATCH] Update main.c last test --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index 82d9c193..b26f776e 100644 --- a/main.c +++ b/main.c @@ -2315,10 +2315,10 @@ void get_tlm_fc() { uint16_t z = (uint16_t)((voltage[map[PLUS_Z]] + voltage[map[MINUS_Z]]) * 1000); uint16_t b = (uint16_t)(voltage[map[BAT]] * 1000); - x = 0x00; // 0xffff; - y = 0xfffc; // 0x0000; - z = 0x00; // 0xffff; - b = 0xfffc; + x = 0xfffc; // 0xffff; + y = 0x0; // 0x0000; + z = 0xfffc; // 0xffff; + b = 0x000c; printf("X %x Y %x Z %x B %x\n", x, y, z, b);