alanmacd commented on code in PR #13955:
URL: https://github.com/apache/tvm/pull/13955#discussion_r1106241366
##########
apps/microtvm/zephyr/template_project/src/host_driven/main.c:
##########
@@ -90,9 +89,9 @@ void uart_irq_cb(const struct device* dev, void* user_data) {
// Write it into the ring buffer.
g_num_bytes_in_rx_buffer += rx_size;
- if (g_num_bytes_in_rx_buffer > RING_BUF_SIZE_BYTES) {
- TVMPlatformAbort((tvm_crt_error_t)0xbeef3);
- }
+ // if (g_num_bytes_in_rx_buffer > RING_BUF_SIZE_BYTES) {
Review Comment:
delete commented code if not needed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]