fio.h collides with IAR stdio.h

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

fio.h collides with IAR stdio.h

Jump to solution
726 Views
OldNick
Contributor IV

Is there a "proper way" to fix this?

 

Labels (1)
Tags (1)
0 Kudos
1 Solution
383 Views
BielikM
Contributor III

You can use MQX_SUPPRESS_STDIO_MACROS .When this macro is set to non zero value, then fio function names are not asserted with mqx function names( for example printf    _io_printf)

View solution in original post

0 Kudos
2 Replies
384 Views
BielikM
Contributor III

You can use MQX_SUPPRESS_STDIO_MACROS .When this macro is set to non zero value, then fio function names are not asserted with mqx function names( for example printf    _io_printf)

0 Kudos
383 Views
songyi
Contributor I

I have met the same problem.

But in fact, the macro MQX_SUPPRESS_STDIO_MACROS should be set as zero.So it is not suitable if you set MQX_SUPPRESS_STDIO_MACROS as non-zero.

0 Kudos