Skip to content

wrong hex conversion #10

@DanDejy

Description

@DanDejy

https://github.com/avrxml/asf/blame/68cddb46ae5ebc24ef8287a8d4c61a6efa5e2848/common/components/wifi/winc1500/http_downloader_example/iot/http/http_client.c#L955

module->resp.read_length=module->resp.read_length*0x10+ buffer-'a';
should be
module->resp.read_length=module->resp.read_length
0x10+ *buffer-'a' + 10;

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