* device/include/pic16/pic18f[24][3456]k20.h,
[fw/sdcc] / device / lib / pic16 / libio / adc / adcclose.c
index 9a287aae1749788368a69f0d23eb132f29220a81..9153fe0b0aff9b04721a73b18d552159ccc583cf 100644 (file)
@@ -25,6 +25,9 @@
 
 void adc_close(void)
 {
+#if defined(__SDCC_ADC_STYLE65J50)
+  WDTCONbits.ADSHR = 0; /* access ADCON0/1 */
+#endif
   ADCON0bits.ADON = 0;
   PIE1bits.ADIE = 0;
 }