I'm trying to define an array of constant size as arrays need to ... static const int N = 4; int main(){ uint8_t received[N]; return 0; }.
確定! 回上一頁