Closed
Description
void setup() {
// put your setup code here, to run once:
byte array[2][2];
array[0] = {0x0F, 0xF0};
array[1] = {0x00, 0xFF};
}
void loop() {
// put your main code here, to run repeatedly:
}
Compiles on Arduino-1.5.6-r2 - Arduino Due (Programming Port)
Doesn't compile on Arduino-1.5.8 - Arduino Due (Programming Port) with error:
error: assigning to an array from an initializer list