129#pragma config BSEQ = 4095 //Relative value defining which partition will be active after device Reset; the partition containing a lower boot number will be active->4095
130#pragma config IBSEQ = 4095 //The one's complement of BSEQ; must be calculated by the user and written during device programming.->4095
131
132// FBOOT
133#pragma config BTMODE = SINGLE //Device Boot Mode Configuration->Device is in Single Boot (legacy) mode