Skip to content

Spacewire module header problems #59

Description

@RR-HSz

Hi,

  1. in the spw_sbn_if_struct.h file this struct definition misses semicolons and results in a syntax error:

typedef struct { char DevClass[SBN_SPW_MAX_CHAR_NAME] /* e.g. 'spw' from /sys/class */ char DevInstance[SBN_SPW_MAX_CHAR_NAME] /* e.g. 'spw0' from /dev */ } SPW_SBNEntry_t;

  1. the SBN_SPW_MAX_CHAR_NAME is not found, because its header is not included (spw_sbn_if.h)
  2. spw_sbn_if.h includes the non-existing header: sbn_constants.h

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions