decode: fix script

This commit is contained in:
King Kévin 2021-08-29 21:03:14 +02:00
parent 6ca62453ee
commit 60774048a5
1 changed files with 0 additions and 1 deletions

View File

@ -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