summaryrefslogtreecommitdiff
path: root/commandline/i2cdetect.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-08-02 17:23:05 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-08-02 17:23:05 +0200
commit910e732b05b01eff02283e9a19f405deb1b060b4 (patch)
treed5612aef9eb70c364f938cd5c0a690e51e1b54de /commandline/i2cdetect.c
parentad514a44325de866e94a2704e07b102bf8eca0be (diff)
i2cdetect cleanup
Diffstat (limited to 'commandline/i2cdetect.c')
-rw-r--r--commandline/i2cdetect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/commandline/i2cdetect.c b/commandline/i2cdetect.c
index 60a72ac..f394ca6 100644
--- a/commandline/i2cdetect.c
+++ b/commandline/i2cdetect.c
@@ -4,13 +4,9 @@
#include <string.h>
#include "i2c-util.h"
-#define BIT_SDA 6
-#define BIT_SCL 7
-
int main(int argc, char **argv)
{
- signed char i;
unsigned char id, i2cid;
i2c_init();