/Designs/LX200obfuscator/SW/PIC18F4550/main.h |
---|
3,7 → 3,7 |
#FUSES NOWDT //No Watch Dog Timer |
#FUSES WDT128 //Watch Dog Timer uses 1:128 Postscale |
#FUSES HS //High speed Osc (> 4mhz for PCM/PCH) (>10mhz for PCD) |
#FUSES INTRC |
#FUSES NOPROTECT //Code not protected from reading |
#FUSES NOBROWNOUT //No brownout reset |
#FUSES BORV20 //Brownout reset at 2.0V |
31,5 → 31,5 |
//#FUSES NOVREGEN //USB voltage regulator disabled |
//#FUSES NOICPRT //ICPRT disabled |
#use delay(clock=20000000) |
#use delay(clock=8000000) |