Skip to content

Replace Mock BPA crc16 and crc32 functions #178

@jeronstone

Description

@jeronstone

BSL/src/mock_bpa/crc.c

Lines 33 to 44 in 046549e

static uint16_t bp_crc16(UsefulBufC data)
{
(void)data;
return 1234; // FIXME replace
}
static uint32_t bp_crc32(UsefulBufC data)
{
(void)data;
return 1234567; // FIXME replace
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions