Don't bother sending responses to a receiver that'll do jack shit with them

This commit is contained in:
XANTRONIX Development 2016-05-31 19:58:03 -05:00
parent 68852d460b
commit b7f169f1b4

View file

@ -54,11 +54,6 @@ int main(int argc, char **argv) {
continue; continue;
} }
value = 0x81;
tabby_link_send(fd, &value, 1);
value = 0x00;
tabby_link_send(fd, &value, 1);
} }
tabby_link_close(fd); tabby_link_close(fd);