Revision: 1230
Author: sebastien.lelong
Date: Thu Aug 20 22:51:43 2009
Log: fix clock configuration for PIC using ANSEL_ADCS register
http://code.google.com/p/jallib/source/detail?r=1230
Modified:
/trunk/include/peripheral/adc/adc_clock.jal
=======================================
--- /trunk/include/peripheral/adc/adc_clock.jal Tue Aug 18 00:48:44 2009
+++ /trunk/include/peripheral/adc/adc_clock.jal Thu Aug 20 22:51:43 2009
@@ -106,7 +106,7 @@
const bit ADC_ADCS_BIT_SPLIT = false
end if
if defined(ANSEL_ADCS) == true then
- alias jallib_adcs_lsb is ANSEL_ADCS
+ alias jallib_adcs is ANSEL_ADCS
const byte ADC_ADCS_BIT_LONG = 3
const bit ADC_ADCS_BIT_SPLIT = false
end if
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---