ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
464 stars 410 forks source link

Fixed GCC errors when building C library #616

Closed CAP1Sup closed 9 months ago

CAP1Sup commented 10 months ago

Fixed GCC multiple definition errors when building C library with GCC10+. Caused by standards update preventing variable definitions in header files.

CAP1Sup commented 10 months ago

Fixes issue #607

CAP1Sup commented 9 months ago

Also fixed by #589 . I believe his fix is better, so I'll close this PR