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 '}'`