From 6ea371774535a8987dfabfd043d3aa51518cf78e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 29 Sep 2020 18:08:01 -0400 Subject: [PATCH] fixed bug in vB5 i2c bus selection --- afsk/telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/telem.c b/afsk/telem.c index 231f68a3..3e7a9227 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) { { printf("vB5 Present\n"); // Don't print normal board detection - snprintf(busStr, 10, "%d %d", test_i2c_bus(0), test_i2c_bus(3)); + snprintf(busStr, 10, "%d %d", test_i2c_bus(1), test_i2c_bus(3)); printf("New Bus String: %s \n", busStr); /*