From a250a66dddc795295d7758f09d40463ddaf62eb8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Sep 2013 20:28:40 +0200 Subject: i2c: Drop unneeded 'addressing' option. This (unimplemented so far) option is not needed at all, since the decoder will be able to detect 7/10 bit slave addresses automatically, the user doesn't have to specify slave address sizes. --- decoders/i2c/pd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'decoders/i2c') diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index c8afc45..0aed1ff 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -78,7 +78,6 @@ class Decoder(srd.Decoder): ] optional_probes = [] options = { - 'addressing': ['Slave addressing (in bits)', 7], # 7 or 10 'address_format': ['Displayed slave address format', 'shifted'], } annotations = [ -- cgit v1.2.3-70-g09d2