beagleboard / librobotcontrol

Robotics Focused library for embedded Linux computers. Mirror of https://git.beagleboard.org/beagleboard/librobotcontrol
https://beagleboard.org/librobotcontrol
MIT License
194 stars 154 forks source link

Fix incorrect use of sizeof operator #223

Open szsam opened 1 year ago

szsam commented 1 year ago

'sizeof address' evaluates to the size of the pointer type, which is NOT what we want.