Skip to content

Simulator throws errors on multi-line array #26

@spencerkee

Description

@spencerkee

This line succeeds:
byte incomingNeighborData[3] = {0,0,0};
but the following line:

byte incomingNeighborData[3] = {
  0,
  0,
  0
};

gives the error SyntaxError: expected expression, got '}'

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