Skip to content

Commit

Permalink
Add version information
Browse files Browse the repository at this point in the history
  • Loading branch information
goebish committed May 20, 2019
1 parent a5b8391 commit cc0a0fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified xn297 decoder/xn297 decoder.rc
Binary file not shown.
1 change: 0 additions & 1 deletion xn297 decoder/xn297decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ void xn297decoder::decodeStd()
log.clear();
in_packet = true;
}
// TODO: reverse address
if (in_packet) {
if (bit & 0x01) {
byte |= 1 << (7 - bit_count);
Expand Down

0 comments on commit cc0a0fa

Please sign in to comment.