Skip to content

Error compiling raw_socket.c when TRACE_LEVEL is set to DEBUG #29

@catslab

Description

@catslab

When compiling and TRACE_LEVEL is set to DEBUG, there's a error on line 794

//Debug message
TRACE_DEBUG("Sending raw Ethernet frame (%" PRIuSIZE " bytes)...\r\n", length);

This should be

TRACE_DEBUG("Sending raw Ethernet frame (%" PRIuSIZE " bytes)...\r\n", message->length);

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