Hi
I am using AVR Studio, Version 4.13.
When I try to implement a 2 dimensional array of int values e.g.
int TestArray[2][2] = {1,2,
3,4};
I get the warnings:
"Missing braces around initialiser"
and
"Near initialisation for 'TestArray[0]'"
If I remove the values and leave an empty array, the warnings disappear
Is this a bug with AVR sTudio