Revision: 1503 Author: robhamerling Date: Thu Nov 26 05:40:54 2009 Log: 12f629_blink_intosc sample: MCLR changed to external (was internal)
http://code.google.com/p/jallib/source/detail?r=1503 Modified: /trunk/sample/12f629_blink_intosc.jal ======================================= --- /trunk/sample/12f629_blink_intosc.jal Sat Nov 7 06:10:51 2009 +++ /trunk/sample/12f629_blink_intosc.jal Thu Nov 26 05:40:54 2009 @@ -27,7 +27,7 @@ -- configuration memory settings (fuses) pragma target OSC INTOSC_NOCLKOUT -- Intternal oscillator pragma target WDT disabled -- no watchdog -pragma target MCLR external -- reset externally +pragma target MCLR internal -- make MCLR pin available I/O -- enable_digital_io() -- disable analog I/O (if any) -- -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
