most of my programming is done with 12f629/75 , and 16f630/76
I have read that it is a good practices to added this define when using OSC
DEFINE OSCCAL_1K 1
my ? is do I still need to add
DEFINE OSC 4
Code:
  pic12F629
 @ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
 
 Define OSCCAL_1K 1         
 DEFINE OSC 4    'INTERNAL CLOCK SPEED 4MH.
thanks grounded