Skip to content

CBOR type incompatibility #43

@rodmaz

Description

@rodmaz

Hi there,

Cbor library seems to use int types and this library is using int32_t.

CBOR_INLINE_API CborError cbor_value_get_int(const CborValue *value, int *result)

E.g. MQTTFileDownloader_cbor.c:135

cborResult = cbor_value_get_int( &value, ( int32_t * ) blockId );

As a result, we are getting tons of compilation errors.

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