Skip to content

char appvar_name declared but not used #12

@acagliano

Description

@acagliano

char appvar_name[10];

Ran into an issue when using this with lwIP where some of the appvars would trigger TI-OS error Bad Address and fail out during the delete appvar stage. Then subsequently going to pull them up in the memory menu and delete them there would yield the same error.

Codex indicated the issue is that appvar_name is used for comparison, but never is actually set to anything. I fixed that on my submodule and it's working fine.

Ln 64 => sprintf(appvar_name, APPVAR_PREFIX "%u", i);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions