-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi,
- 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;
- the SBN_SPW_MAX_CHAR_NAME is not found, because its header is not included (spw_sbn_if.h)
- spw_sbn_if.h includes the non-existing header: sbn_constants.h
Thank you!
Metadata
Metadata
Assignees
Labels
No labels