Changed the DigitalInput macro in preprocess.inc to clean up with the analog input issues on my 18f86k22:
But that didn't get it going yet either...Code:DigitalInput macro #ifdef __18F86K22 #if BOOTLOADER_ADDRESS == 0 nop ; start up GOTO instruction errata #endif bcf ANCON2, ANSEL18 bcf ANCON2, ANSEL19 #endif![]()
Bookmarks