Revision: 1872
Author: [email protected]
Date: Sun Apr  4 07:41:41 2010
Log: typo
http://code.google.com/p/jallib/source/detail?r=1872

Modified:
 /trunk/sample/16f877a_23k256.jal
 /trunk/sample/16f877a_pata_hard_disk.jal

=======================================
--- /trunk/sample/16f877a_23k256.jal    Thu Apr  1 21:41:35 2010
+++ /trunk/sample/16f877a_23k256.jal    Sun Apr  4 07:41:41 2010
@@ -23,7 +23,7 @@
-- http://www.microchip.com/stellent/groups/techpub_sg/documents/devicedoc/en026368.pdf
 --

-include 16F877a                    -- target PICmicro
+include 16f877a                    -- target PICmicro
 --
 -- This program assumes a 20 MHz resonator or crystal
 -- is connected to pins OSC1 and OSC2.
=======================================
--- /trunk/sample/16f877a_pata_hard_disk.jal    Thu Apr  1 21:41:35 2010
+++ /trunk/sample/16f877a_pata_hard_disk.jal    Sun Apr  4 07:41:41 2010
@@ -20,7 +20,7 @@
 --

 -- include chip
-include 16F877a                    -- target PICmicro
+include 16f877a                    -- target PICmicro
 pragma target clock 20_000_000     -- oscillator frequency
 -- configure fuses
 pragma target OSC  HS              -- HS crystal or resonator

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