Skip to content

Commit

Permalink
Update serial.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Sep 26, 2024
1 parent f270568 commit 30659b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions uCNC/src/interface/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ void serial_clear(void)
#ifndef DISABLE_MULTISTREAM_SERIAL
static bool serial_broadcast_enabled;
#endif
// void serial_broadcast(void)
// {
// #ifndef DISABLE_MULTISTREAM_SERIAL
// serial_broadcast_enabled = true;
// #endif
// }
void serial_broadcast(void)
{
#ifndef DISABLE_MULTISTREAM_SERIAL
serial_broadcast_enabled = true;
#endif
}

static uint8_t serial_tx_count;
void serial_putc(char c)
Expand Down

0 comments on commit 30659b3

Please sign in to comment.