ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

[cpp] Fix a bug in sensor.bin_data() #85

Closed ddemidov closed 9 years ago

ddemidov commented 9 years ago

Path to the sensor attribute was erroneously decorated with static keyword, which lead to all sensors sharing same attribute. Sorry about that.