Hi,
So I have lines sources which are more than 2048 characters and why those are wrapped.
So I have seen at this link: http://www.keil.com/support/docs/2911.htm the answer to my problem so I used a backslash (\) character to concatenate two source lines with the C preprocessor. Example: long source line \ continues here
But it still wrapped lines there is still problem, I don't understand why ?
Can you help me please?
Thank you
Sems