Quote Originally Posted by azmax100 View Post
Joe S.
After editing the INC file in PBP I got this message

Error [113] c:\pbp\16f628.inc 22 : Symbol not defined (_HC_OSC)

For your info I'm using 16F628 now cause i broke some of the 16F627a pin while
remove it from my icsp.
Theres already a 10k resistor and a diode in series on my icsp module.
The LED blink when i touch the osc pin.
Hi Azmax100,
First off, Congratulations on your sucess, It is so irritating to pour your time and effort into a project and it does not work as expected.
I have commented out the default config statements for the chips I use most often and always insert the config statement into my code.
This gives me flexibility to quickly change things like OSC, WDT, MCLR, BOD, and I never have to go hunt for the config settings in another file.