Skip to content

Commit

Permalink
very bad hack, do not install
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 1, 2024
1 parent e2457bc commit d29d532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int video_decode_test(FILE* in) {
// X20 auto detection
if(!air_unit_discovery_finished){
const int x20_check=check_for_x20(buf->pBuffer,data_len);
if(x20_check==1){
if(x20_check==0){
// We have an x20
configure_x20(buf);
air_unit_discovery_finished= true;
Expand Down

0 comments on commit d29d532

Please sign in to comment.