diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/mlx90614.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/mlx90614.py index 329aae2..35ca032 100644 --- a/decoders/mlx90614/mlx90614.py +++ b/decoders/mlx90614/mlx90614.py @@ -28,7 +28,6 @@ class Decoder(srd.Decoder): name = 'MLX90614' longname = 'Melexis MLX90614' desc = 'TODO.' - longdesc = 'TODO.' license = 'gplv2+' inputs = ['i2c'] outputs = ['mlx90614'] |