xiaoxiang781216 commented on code in PR #19359:
URL: https://github.com/apache/nuttx/pull/19359#discussion_r3548209001


##########
drivers/sensors/CMakeLists.txt:
##########
@@ -436,6 +436,10 @@ if(CONFIG_SENSORS)
     list(APPEND SRCS mpu60x0.c)
   endif()
 
+  if(CONFIG_SENSORS_MPU6050)
+    list(APPEND SRCS mpu6050_uorb.c)

Review Comment:
   let's merge the first two patch into one and remove the last merged patch.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to