Line 8... |
Line 8... |
8 |
#FUSES BORV46 //Brownout reset at 4.6V |
8 |
#FUSES BORV46 //Brownout reset at 4.6V |
9 |
#FUSES PUT //Power Up Timer |
9 |
#FUSES PUT //Power Up Timer |
10 |
#FUSES BW16 //16-bit external bus mode |
10 |
#FUSES BW16 //16-bit external bus mode |
11 |
#FUSES STVREN //Stack full/underflow will cause reset |
11 |
#FUSES STVREN //Stack full/underflow will cause reset |
12 |
#FUSES NODEBUG //No Debug mode for ICD |
12 |
#FUSES NODEBUG //No Debug mode for ICD |
13 |
#FUSES IESO //Internal External Switch Over mode enabled |
13 |
#FUSES NOIESO //Internal External Switch Over mode enabled |
14 |
#FUSES NOFCMEN //Fail-safe clock monitor enabled |
14 |
#FUSES NOFCMEN //Fail-safe clock monitor enabled |
15 |
#FUSES NOXINST //Extended set extension and Indexed Addressing mode disabled (Legacy mode) |
15 |
#FUSES NOXINST //Extended set extension and Indexed Addressing mode disabled (Legacy mode) |
16 |
#FUSES NOWAIT //Wait selections unavailable for Table Reads or Table Writes |
16 |
#FUSES NOWAIT //Wait selections unavailable for Table Reads or Table Writes |
17 |
#FUSES NOPROTECT //Code not protected from reading |
17 |
#FUSES NOPROTECT //Code not protected from reading |
18 |
#FUSES NOEBTR //Memory not protected from table reads |
18 |
#FUSES NOEBTR //Memory not protected from table reads |