From cafba72f7ff79f9dcea67710cf48c9c802ae9250 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 26 Oct 2018 06:21:41 -0400 Subject: [PATCH] Update cw_main.c --- cw/cw_main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cw/cw_main.c b/cw/cw_main.c index 2cf4796d..c7b73bb7 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -75,12 +75,11 @@ int add_space(uint8_t *msg); int get_tlm(int tlm[7][5]); int tempSensor, xPlusSensor, yPlusSensor, zPlusSensor, battCurrentSensor; -static char cmdbuffer[1000]; -static char mopower[64][14]; -static char ina219[16][20]; // voltage, currents, and power from the INA219 current sensors x4a, x40, x41, x44, and x45. - int main(void) { + static char cmdbuffer[1000]; + static char mopower[64][14]; + static char ina219[16][20]; // voltage, currents, and power from the INA219 current sensors x4a, x40, x41, x44, and x45. uint8_t retVal; int tlm[7][5]; int i,j;