KITmedical / kacanopen

Easy-to-use CanOpen stack and CanOpen-to-ROS bridge.
Other
94 stars 57 forks source link

Fixed missing initialization of is_generic and m_valid #1

Closed a-w closed 8 years ago

a-w commented 8 years ago

The default constructor of kaco::Entry does not initialize all members. This causes kacanopen_example_eds_reader to fail. Initializers common to all constructors can now placed in the declaration, so I fixed it there.

thk1 commented 8 years ago

You're right. Thanks :)