* device/include/pic16/adc.h,
[fw/sdcc] / device / lib / pic16 / libio / adc / adcread.c
index bb556ea3a8a105e9a80f185f1dae2dd13a6f92d6..ce8510a617a3151c32640542ae708131934d9fa9 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>
 
 
@@ -40,3 +36,4 @@ int adc_read(void) __naked
     return
   __endasm;
 }
+