diff options
author | Bert Vermeulen <bert@biot.com> | 2012-01-10 00:25:16 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-01-10 00:25:16 +0100 |
commit | 7ce7775cb5a4e97264df62f43315d32504602072 (patch) | |
tree | 355fc240dc020b53d8d43aecd4e4b807d9f52ebd /decoder.c | |
parent | b231546d63396fd6cac381b12b99caf07687e7e3 (diff) | |
download | libsigrokdecode-7ce7775cb5a4e97264df62f43315d32504602072.tar.gz libsigrokdecode-7ce7775cb5a4e97264df62f43315d32504602072.zip |
Stacked protocol decoders implementation.
The DDC decoder takes input from the I2C PD.
Diffstat (limited to 'decoder.c')
-rw-r--r-- | decoder.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ /* The list of protocol decoders. */ GSList *pd_list = NULL; -GSList *di_list = NULL; /** |