
Originally Posted by
Momboz
1st, there is a typing error in your example USBDemo.pbp source file. Line 39 in your file should say "_FCMEM_OFF_1H" and not "_FCMEN_OFF_1H", i.e. the letter N should read M.
Yes and no, it have been discussed before, it's down to your MPASM version. The latest version use FCMEN, while older use FCMEM
http://www.picbasic.co.uk/forum/show...t=3251&page=30 Post 149 and +
3nd, you are redefining the PIC CONFIG register and this is also done in the so called INC file from Melabs for that PIC. This generates errors and the user has to choose where to configure these registers to avoid duplication of definition.
Yes, you are right, but it's usual to comment the default one. At least, i always do it. see bellow..
http://www.picbasic.co.uk/forum/showthread.php?t=543 Post 5 and +++
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks