* device/include/pic16/adc.h,
[fw/sdcc] / device / lib / pic16 / libio / adc / adcclose.c
index 3b103b3751230e96fb83676c68465a95e355ef0f..6f43ccc223a52b99e4632fd8d82f6417d48d6dd0 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Id$
  */
 
-/*
-** $Id$
-*/
-
 #include <pic18fregs.h>
 #include <adc.h>
 
@@ -36,3 +34,4 @@ void adc_close(void)
   ADCON0bits.ADON = 0;
   PIE1bits.ADIE = 0;
 }
+