Skip to content

Commit

Permalink
Missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
veremenko-y committed Mar 31, 2024
1 parent dfb65d4 commit 617e7a2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Kernel/platform/platform-rpipico/core1.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ extern void usbconsole_putc(uint8_t minor, uint8_t b)
panic("ovf");
}

if (!console_table[minor].wbusy)
{
console_buf_write(buf, b);
}
console_buf_write(buf, b);
}

extern void usbconsole_setsleep(uint8_t minor, bool sleeping)
Expand All @@ -144,10 +141,6 @@ static void core1_main(void)
We ignore tud_cdc_n_connected because if DTR is not set by the host
all tty's will appear disconnected, which seems to be the case for pi pico
*/
for (int i = 0; i < CFG_TUD_CDC; i++)
{
console_table[i].wbusy = 0;
}

for(int i = 0; i < CFG_TUD_CDC; i++)
{
Expand Down

0 comments on commit 617e7a2

Please sign in to comment.