Quantcast
Channel: MEL PICBASIC Forum
Viewing all articles
Browse latest Browse all 4791

formatting #config question

$
0
0
In the following code snippet, is there a way to format the #config statement into multiple shorter lines instead of one long line?

Thanks

Code:

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


Viewing all articles
Browse latest Browse all 4791

Trending Articles