remove debug printf()

This commit is contained in:
Aleš Hakl
2023-09-15 16:55:24 +02:00
parent 129950b5af
commit 6eaf274c33

View File

@@ -182,7 +182,6 @@ plat_serpt_set_params(void *priv)
term_attr.c_cflag |= CMSPAR;
#endif
}
printf("c_cflag=%08x\n", term_attr.c_cflag);
tcsetattr(dev->master_fd, TCSANOW, &term_attr);
#undef BAUDRATE_RANGE
}