Mplab C18 to Mplab XC8 porting notes 

Just some random notes:


warning: (335) unknown pragma "udata"
...

Remove idata and udata pragmas.


(975) invalid format specifier or type modifier

Change %S string printf format specifier to %s (lower case).


sprintf("\04Fancoil\n";);
Results a malformed string

If the next character after the escaped character is between [a-fA-F] then use a double quote between them:

sprintf("\04""Fancoil\n";);

[ hozzászólás ] ( 25 megtekintés ) [ 0 trackbackek ] permalink ( 2.9 / 281 )

<< <Előző | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | Következő> >>

 
számláló