Skip to content

Commit

Permalink
Fixed TouchDrvCSTXXX init
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 5, 2023
1 parent 1036914 commit ad96792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TouchDrvCSTXXX.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class TouchDrvCSTXXX
}
}

return drv == NULL;
return drv != NULL;
}

void reset()
Expand Down

0 comments on commit ad96792

Please sign in to comment.