Skip to content

Spacewire module header problems #59

@RR-HSz

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions