Skip to content

int wordCount; possible not initialized #507

@KammutierSpule

Description

@KammutierSpule

ESP32 compiler complains about possible not initialized wordCount variable,
on static int TriceSingleDeferredOut( uint32_t * addr){ function.
Consider initialization: int wordCount = 0;

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