From 60774048a5f78f10c037b2783d71163a5c54b18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 29 Aug 2021 21:03:14 +0200 Subject: [PATCH] decode: fix script --- sdr/decode.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/sdr/decode.rb b/sdr/decode.rb index 0ea54eb..de4e7e0 100755 --- a/sdr/decode.rb +++ b/sdr/decode.rb @@ -141,6 +141,5 @@ unless values.empty? then code = (value >> 3) & 65535 facility = (value >> 19) & 15 printf("- value: 0X%06x, code: %05d, facility: %d, button: %d\n", value, code, facility, button) - end end end