remixoff
remixoff
I know it. In embedded systems sometimes it needed to use non-usual baudrates. this is why enum you provided is actually set of consts. UART_BAUD_RATE_25000 is really absent, but try...
Upd: now I see that the UART_Baud_Rate_t really is a enum. Without equal signs (like UART_BAUD_RATE_115200 = 115200), but why? Using this baudrates set is just agreement, not a requirement....
Dear @Rajesh977, It seems that the file is part of some basic SDK used for example, but not used by you. Try to remove the line includes the file and...