vrahane commented on a change in pull request #516: Mpu6050 Accel/Gyro
URL: https://github.com/apache/mynewt-core/pull/516#discussion_r137364568
 
 

 ##########
 File path: hw/sensor/creator/src/sensor_creator.c
 ##########
 @@ -93,6 +100,14 @@ static struct sensor_itf i2c_0_itf_lsm = {
 };
 #endif
 
+#if MYNEWT_VAL(I2C_3) && MYNEWT_VAL(MPU6050_OFB)
 
 Review comment:
   For the sensor_creator, we would like to keep everything generic and hence 
I2C_0 is used, I would keep it in sync with everything and change I2C_3 to 
I2C_0.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to