From 9dbf7927dbb26bdca720cb07f8cb1bca3e32a032 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 11 Sep 2020 17:58:29 -0400 Subject: [PATCH] Update telem.c --- afsk/telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/telem.c b/afsk/telem.c index 1aee70ec..494d89b0 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -23,7 +23,7 @@ #define OFF -1 #define ON 1 -int test_i2c_bus(char *bus); +int test_i2c_bus(int bus); const char pythonCmd[] = "python3 /home/pi/CubeSatSim/python/voltcurrent.py "; char pythonStr[100], pythonConfigStr[100], busStr[10]; int map[8] = { 0, 1, 2, 3, 4, 5, 6, 7 };