diff options
author | Bert Vermeulen <bert@biot.com> | 2013-11-05 11:21:33 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-11-07 22:47:42 +0100 |
commit | f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff (patch) | |
tree | 2e62755d1bcbbdb1bd0742eec7f9bed21b28bb7a /libsigrokdecode.h.in | |
parent | 98e0b79b9fd2abf076054abc5f25c184b436cb87 (diff) | |
download | libsigrokdecode-f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff.tar.gz libsigrokdecode-f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff.zip |
Rename inter-PD output type to SRD_OUTPUT_PYTHON
This better reflects what it is: a python object generated and
processed by python code.
Diffstat (limited to 'libsigrokdecode.h.in')
-rw-r--r-- | libsigrokdecode.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsigrokdecode.h.in b/libsigrokdecode.h.in index 3eaace6..cec6def 100644 --- a/libsigrokdecode.h.in +++ b/libsigrokdecode.h.in @@ -160,7 +160,7 @@ enum { */ enum { SRD_OUTPUT_ANN, - SRD_OUTPUT_PROTO, + SRD_OUTPUT_PYTHON, SRD_OUTPUT_BINARY, }; |