ienorand / spacewire-rmap

C library for serializing and deserializing SpaceWire RMAP commands and replies
Other
3 stars 2 forks source link

initiator_logical_address in common header #1

Closed user4e32 closed 4 years ago

user4e32 commented 4 years ago

https://github.com/ienorand/spacewire-rmap/blob/2820806fff21b38fd2c10995a3c75e315892061f/rmap.c#L418-L430

Line 418 or line 430 should be header->initiator_logical_address

?

ienorand commented 4 years ago

Yes, that's a bug, line 418 should be changed.

I have fixed this in the above linked commit.

Thanks for reporting!