The following code:
main(){
uint8_t id = 1;
uint8_t str[] = "shutdown 1";
uint8_t* (rcm)[];
rcm = &str; //line 83
Returns the warning in line 83:
invalid lvalue in assignment
Anyone know how can I solve that? I'm stucked on this for hours...