summaryrefslogtreecommitdiff
path: root/commandline/i2cdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'commandline/i2cdetect.c')
-rw-r--r--commandline/i2cdetect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commandline/i2cdetect.c b/commandline/i2cdetect.c
index 2aa4475..88e5d2e 100644
--- a/commandline/i2cdetect.c
+++ b/commandline/i2cdetect.c
@@ -9,6 +9,7 @@ int main(int argc, char **argv)
{
unsigned char id, i2cid;
+ i2c_getopt(argc, argv);
i2c_init();
fputs(" 0 1 2 3 4 5 6 7 8 9 a b c d e f", stdout);