Skip to content

CAN queue size much lower than CandleLight #6

@CoryNessCTR

Description

@CoryNessCTR

CAN_QUEUE_SIZE currently needs to be defined at 4 as opposed to 64 in CandleLight to solve #1

If it's too large calloc won't allocate any memory and will return a null pointer. Specifically look for
struct gs_host_frame *msgbuf = calloc(CAN_QUEUE_SIZE, sizeof(struct gs_host_frame)); and ensure *msgbuf is not null

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