]> oss.titaniummirror.com Git - rgblamp.git/blobdiff - picinit.c
Incorporate new tmr and isr code
[rgblamp.git] / picinit.c
index 882aaaa7778158e75fe7766839d14187d6561ecd..4274e2a43e9dc752554cc7e97479000f850fef8f 100644 (file)
--- a/picinit.c
+++ b/picinit.c
@@ -13,7 +13,7 @@ __CONFIG(LVP_OFF);
 void pic_init()
 {
     /* Setting below must match _XTAL_FREQ in picinit.h */
-    OSCCON = 0b01100000;
+    OSCCON = 0b01101000;
 
     /* OSCSTAT.HFIOFL is set when oscillator is locked (accurate within 2%) */
     while (!HFIOFL);