Configuration of Option bytes in source code, Cosmic
Posted on October 17, 2016 at 11:12Hi,is it possible to specify Options bytes in source file ?I mean something similar to what I use with Microchip PIC18 (in .c files):#pragma config WDT = ON // WDT Enabled#pragma config WDTPS = 256 // Watchdog pr...