Revert previous that apparently has been committed by mistake.
It actually contained just some debugging printfs, and *wrong* debugging printfs at that (hi, jared :)
This commit is contained in:
parent
1b262f1cb0
commit
6ac2d0e699
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: j6x0tp.c,v 1.12 2006/09/24 03:53:07 jmcneill Exp $ */
|
||||
/* $NetBSD: j6x0tp.c,v 1.13 2006/10/22 00:33:14 uwe Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 Valeriy E. Ushakov
|
||||
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: j6x0tp.c,v 1.12 2006/09/24 03:53:07 jmcneill Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: j6x0tp.c,v 1.13 2006/10/22 00:33:14 uwe Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -622,11 +622,6 @@ j6x0tp_get_raw_xy(int *rawxp, int *rawyp)
|
|||
delay(10);
|
||||
|
||||
*rawyp = adc_sample_channel(ADC_CHANNEL_TP_Y);
|
||||
printf("[1] rawxp=0x%x\n", *rawxp);
|
||||
*rawyp = adc_sample_channel(ADC_CHANNEL_TP_Y);
|
||||
printf("[1] rawxp=0x%x\n", *rawxp);
|
||||
*rawyp = adc_sample_channel(ADC_CHANNEL_TP_Y);
|
||||
printf("[1] rawxp=0x%x\n", *rawxp);
|
||||
|
||||
/* X axis */
|
||||
scpdr = _reg_read_1(SH7709_SCPDR);
|
||||
|
|
Loading…
Reference in New Issue