Skip to content

Move the array size in square brackets #8

@IvanVnucec

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]  = {

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