If i use the suggested PIC16F877A... it compile just fine.. no warning no nothing here.
Warning 230: __CONFIG has been deprecated for PIC18 devices. Use directive CONFIG.
so you're using a PIC18Xxxxx device. You have few choices- leave it like this... anyway it's a WARNING
- you add @ ERRORLEVEL -230 at the top of your code
- you use the new CONFIG syntax
- you update your PBP version to 2.47... which take care of it.
Last edited by mister_e; - 22nd February 2007 at 00:18.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks