Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Feb 5, 2025
1 parent be5524e commit a137870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/riot/uart_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ static bool UARTPollChannel_was_ever_connected(NetworkChannel *untyped_self) {
return true;
}


static bool UARTPollChannel_is_connected(NetworkChannel *untyped_self) {
UARTPollChannel *self = (UARTPollChannel *)untyped_self;
return self->state == NETWORK_CHANNEL_STATE_CONNECTED;
Expand Down

0 comments on commit a137870

Please sign in to comment.