From 4a4ebde439838b07580f68beef20386c21501a27 Mon Sep 17 00:00:00 2001 From: lakotamm Date: Thu, 12 Jul 2018 16:44:04 +0200 Subject: [PATCH] Removed bracket causing compilation errors a "forgotten" bracket was removed, because it was causing compilation errors --- bno055_support.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bno055_support.c b/bno055_support.c index e808418..3ec4067 100644 --- a/bno055_support.c +++ b/bno055_support.c @@ -520,7 +520,6 @@ s8 BNO055_I2C_bus_write(u8 dev_addr, u8 reg_addr, u8 *reg_data, u8 cnt) for (stringpos = BNO055_INIT_VALUE; stringpos < cnt; stringpos++) array[stringpos + BNO055_I2C_BUS_WRITE_ARRAY_INDEX] = *(reg_data + stringpos); - } /* * Please take the below APIs as your reference for * write the data using I2C communication