Skip to content

Build fails: "...multiple definition of `loaded';..." #10

@dashxdr

Description

@dashxdr

Build fails with multiple definitions of the symbol "loaded". Fix by changing Drivers/video.h

char loaded;

change to

extern char loaded;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions