123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #include <pic18fregs.h>
- #include "../generic26kconfig.c"
- void Setup()
- {
- Generic26kSetup();
- }
- #ifdef BOOTLOADER
- __code char __at __CONFIG3H _conf4 = _CCP2MX_PORTB3_3H
-
-
- & _PBADEN_ON_3H
-
- & _CCP3MX_PORTB5_3H
-
- & _HFOFST_ON_3H
- & _T3CMX_PORTB5_3H
-
- & _P2BMX_PORTC0_3H
-
-
- & _MCLRE_EXTMCLR_3H;
- #endif
|