]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Updated adc.c to match new channel type from tools adc_mpc5567
authorjcar <devnull@localhost>
Wed, 21 Dec 2011 13:36:09 +0000 (14:36 +0100)
committerjcar <devnull@localhost>
Wed, 21 Dec 2011 13:36:09 +0000 (14:36 +0100)
arch/ppc/mpc55xx/drivers/Adc.c

index 72f19d64ca0eef96b1456d7be674a5200b154f60..7954f6cfa575632f7213a964deef422fdbe006a2 100644 (file)
@@ -394,8 +394,8 @@ Std_ReturnType Adc_Init (const Adc_ConfigType *ConfigPtr)
 #else\r
 \r
   Std_ReturnType returnValue;\r
-  Adc_ChannelType channel;\r
-  Adc_ChannelType channelId;\r
+  Adc_InternalChannelIdType channel;\r
+  Adc_InternalChannelIdType channelId;\r
   Adc_GroupType group;\r
   Adc_CommandType *commandQueue;\r
   Adc_CommandType command;\r