struct ti_sdo_io_IDriver_Fxns__ osu_uart = {
.open = osu_uart_open,
.close = osu_uart_close,
.submit = NULL,
.control = osu_uart_control
};
Compiler gives the error "#29 expected an expression" on all 4 lines.
As far as I can tell this is vaild. The functions are defined.
So what am I doing wrong?
Thanks