Skip to content

Commit

Permalink
comment out serial subsystem use
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joshy committed Oct 24, 2024
1 parent 3e55570 commit c01b0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/echo_server/lwip.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ static void netif_status_callback(struct netif *netif)

void sddf_init(void)
{
serial_cli_queue_init_sys(microkit_name, NULL, NULL, NULL, &serial_tx_queue_handle, serial_tx_queue, serial_tx_data);
serial_putchar_init(SERIAL_TX_CH, &serial_tx_queue_handle);
// serial_cli_queue_init_sys(microkit_name, NULL, NULL, NULL, &serial_tx_queue_handle, serial_tx_queue, serial_tx_data);
// serial_putchar_init(SERIAL_TX_CH, &serial_tx_queue_handle);

net_queue_init(&state.rx_queue, resources.rx_free, resources.rx_active, resources.rx_queue_size);
net_queue_init(&state.tx_queue, resources.tx_free, resources.tx_active, resources.tx_queue_size);
Expand Down

0 comments on commit c01b0b6

Please sign in to comment.