From 37e7031577f56620cf74c506a435242e889088ee Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 23 Oct 2018 18:35:59 -0400 Subject: [PATCH] Update cw_main.c --- cw/cw_main.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cw/cw_main.c b/cw/cw_main.c index 19a74c98..40157aad 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -46,11 +46,12 @@ #define B 2 #define C 3 #define D 4 -#define SENSOR_4A 0 -#define SENSOR_40 3 -#define SENSOR_41 6 -#define SENSOR_44 9 -#define SENSOR_45 12 + +#define SENSOR_40 0 +#define SENSOR_41 3 +#define SENSOR_44 6 +#define SENSOR_45 9 +#define SENSOR_4A 12 #define VOLTS 0 #define CURRENT 1 #define POWER 2