From 1c2aa10540c79dced9d368d80f5303ffefb579b2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 11 Sep 2020 18:01:22 -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 5c73acff..42b1a81c 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) { { printf("vB5 Present\n"); // Don't print normal board detection - print("Result: %d \n",test_i2c_bus(3)); + printf("Result: %d \n",test_i2c_bus(3)); if (access("/dev/i2c-11", W_OK | R_OK) >= 0) { // Test if I2C Bus 11 is present printf("/dev/i2c-11 is present\n\n");