Skip to content

Move the array size in square brackets #8

Description

@IvanVnucec

Move the array size in square brackets because compiler can check the size and, for me, its has better readability:

// array size is 32
static const uint8_t startup[]  = {

to

static const uint8_t startup[32]  = {

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