Author: robhamerling
Date: Thu Nov 20 02:12:55 2008
New Revision: 589

Modified:
    trunk/tools/blink-an-led.cmd

Log:
Update for new naming of blink-an-LED samples

Modified: trunk/tools/blink-an-led.cmd
==============================================================================
--- trunk/tools/blink-an-led.cmd        (original)
+++ trunk/tools/blink-an-led.cmd        Thu Nov 20 02:12:55 2008
@@ -97,10 +97,6 @@
    call lineout PgmFile, '--'
    call lineout PgmFile, 'include' PicName '                   -- target  
PICmicro'
    call lineout PgmFile, '--'
-  if left(PicName,5) = '16f88'  |  left(Picname,3) = '18f' then do
-    call lineout PgmFile, 'pragma bootloader long_start       -- support  
bootloader'
-    call lineout PgmFile, '--'
-  end
    call SysFileSearch 'pragma fuse_def OSC', pic.i, osc.
    if osc.0 > 0 then do                                  /* oscillator  
pragma present */
      call SysFileSearch 'HS =', pic.i, osc.
@@ -129,7 +125,7 @@
        call lineout PgmFile, 'pragma target IOSCFS  F4MHZ        -- select  
4 MHz'
    end
    if left(PicName,2) = '18' then
-    call lineout PgmFile, '-- Due to default Cnfig bits settings the blink  
frequency may',
+    call lineout PgmFile, '-- Note: config bits settings may cause the  
blink frequency',
                            'be slower or faster than 2 Hz!'
    call SysFileSearch 'pragma fuse_def WDT', pic.i, wdt.
    if wdt.0 > 0 then do

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to