Skip to content

refactor uCShell.c and move anything that can be user setting to config file #18

Description

@EdwinFairchild

#define MAX_NUM_OF_COMMANDS 10

#define MESSAGE_MAX 50

char *tokens_found[10] = {NULL};

should not use a magic number, this values 10 should be MAX_NUMBER_OF_ARGUMENTS

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions