Skip to content

Commit 56a52fe

Browse files
committed
Updated for core changes.
1 parent 066d667 commit 56a52fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const io_stream_t *serialInit (void)
189189
{
190190
static const io_stream_t stream = {
191191
.type = StreamType_Serial,
192-
.connected = true,
192+
.state.connected = true,
193193
.read = serialGetC,
194194
.write = serialWriteS,
195195
.write_char = serialPutC,

0 commit comments

Comments
 (0)