Author: robhamerling
Date: Sun Mar 29 10:41:19 2009
New Revision: 895
Modified:
trunk/include/device/18f4585.jal
Log:
Minor correction: added 'ENABLED = 0x0' for fuse_def WRT_3
Modified: trunk/include/device/18f4585.jal
==============================================================================
--- trunk/include/device/18f4585.jal (original)
+++ trunk/include/device/18f4585.jal Sun Mar 29 10:41:19 2009
@@ -2520,6 +2520,7 @@
}
pragma fuse_def WRT_3:10 0x8 {
DISABLED = 0x8
+ ENABLED = 0x0
}
--
-- addr 0x30000B
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---