invalid pin configuration designator
Posted: 06 May 2013, 17:10 PM
I've being re-compiling some old working programs with new compiler and stumbled upon this:
option PortD "PTPTTTTT"
Warning: invalid pin configuration designator for bit 0 (1)
I admit this is rather valid warning, as pins in question are used as serial I/O for programming.
My question is this - if old program worked fine then either compiler ignored my configuration or bootloader simply reconfigured pins on startup. Will program compiled with new compiler work the same?
option PortD "PTPTTTTT"
Warning: invalid pin configuration designator for bit 0 (1)
I admit this is rather valid warning, as pins in question are used as serial I/O for programming.
My question is this - if old program worked fine then either compiler ignored my configuration or bootloader simply reconfigured pins on startup. Will program compiled with new compiler work the same?