PDA

View Full Version : formatting #config question



tracecom
- 3rd August 2013, 17:28
In the following code snippet, is there a way to format the #config statement into multiple shorter lines instead of one long line?

Thanks



#config
__config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_OFF & _MCLRE_ON & _BODEN_OFF & _CP_OFF & _CPD_OFF
#ENDCONFIG

LinkMTech
- 3rd August 2013, 18:05
Try this (http://support.melabs.com/threads/784-One-line-configs-with-PBP3) from an earlier post.

tracecom
- 3rd August 2013, 18:18
Try this (http://support.melabs.com/threads/784-One-line-configs-with-PBP3) from an earlier post.

That works. Thank you.