PX4 / DriverFramework

Operating system and flight stack agnostic driver framework for POSIX (Linux, NuttX, Mac OS, QNX, VxWorks).
82 stars 132 forks source link

Fix missing symbol from librobotcontrol #239

Closed silentjet closed 5 years ago

silentjet commented 5 years ago

Under several conditions it is possible to have this symbol in lib. However by default it is not getting compiled. Also under the hood function rc_i2c_read_data immediatelly calls rc_i2c_read_bytes.