From 5ee49bcdf155a439f1184d2fcda1f6ffe51f9af7 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Mon, 26 Jul 2021 08:33:07 +0100 Subject: [PATCH] Update Example999_Portable.ino --- examples/PortableC/Example999_Portable/Example999_Portable.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/PortableC/Example999_Portable/Example999_Portable.ino b/examples/PortableC/Example999_Portable/Example999_Portable.ino index 92a49c5..ad58aa3 100644 --- a/examples/PortableC/Example999_Portable/Example999_Portable.ino +++ b/examples/PortableC/Example999_Portable/Example999_Portable.ino @@ -205,7 +205,6 @@ ICM_20948_Status_e my_read_i2c(uint8_t reg, uint8_t *buff, uint32_t len, void *u buff[i] = WIRE_PORT.read(); } } - WIRE_PORT.endTransmission(); return ICM_20948_Stat_Ok; }