Skip to content

Commit e1bacc0

Browse files
authored
Fix Badger-ORION return on decode success (#2854)
1 parent 152a72f commit e1bacc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/badger_water.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static int badger_orion_decode(r_device *decoder, bitbuffer_t *bitbuffer)
134134
/* clang-format on */
135135

136136
decoder_output_data(decoder, data);
137-
return 0;
137+
return 1;
138138
}
139139

140140
// Note: At this time the exact meaning of the flags is not known.

0 commit comments

Comments
 (0)