Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Enums are not Parsed Correctly #17

Open
lorenzo-gomez-windhover opened this issue Mar 29, 2021 · 1 comment
Open

Some Enums are not Parsed Correctly #17

lorenzo-gomez-windhover opened this issue Mar 29, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lorenzo-gomez-windhover
Copy link
Collaborator

Such as the following :

typedef enum
{
    PX4_MODE_SLOT_NONE                           = -1,
    PX4_MODE_SLOT_1                              =  0,
    PX4_MODE_SLOT_2                              =  1,
    PX4_MODE_SLOT_3                              =  2,
    PX4_MODE_SLOT_4                              =  3,
    PX4_MODE_SLOT_5                              =  4,
    PX4_MODE_SLOT_6                              =  5,
    PX4_MODE_SLOT_MAX                            =  6
}  PX4_ModeSlot_t;

I suspect this be because of either the typedef or the -1. Still investigating this issue.

@lorenzo-gomez-windhover lorenzo-gomez-windhover added the bug Something isn't working label Mar 29, 2021
@lorenzo-gomez-windhover
Copy link
Collaborator Author

Might need to update the schema of the database. Maybe...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant