Compiler Error 251

Error: Array of reference is not allowed

http://stackoverflow.com/questions/5460562/why-it-is-impossible-to-create-an-array-of-references-in-c

void pwmAuto(uint8_t &somearray[10][3]) {}


All wikipages