Why can't I declare char? [SOLVED]
I am using STM32 Cube IDE with NUCLEO-L4P5ZGbelow is my codevoid function (int dir, int runtime){ int Run=1; int bytes_per_reading_gyro = 72; int bytes_per_reading_echo = 29; char gyro_reading[bytes_per_reading_gyro];; int echo_reading[bytes_per_rea...