Here you wanna make a pointer to the first element of the array uint8_t (*matrix_ptr)[20] = l_matrix;. With typedef, this looks cleaner
確定! 回上一頁