Remove silent flag
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
caa956e918
commit
54c0e3ece4
3 changed files with 3 additions and 5 deletions
|
@ -56,7 +56,7 @@ int main(int argc, const char** argv) {
|
|||
device3_clear(dev3);
|
||||
|
||||
while (dev3) {
|
||||
if (device3_read(dev3, -1, false) < 0) {
|
||||
if (device3_read(dev3, -1) < 0) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue