Skip to content

Commit 37b54ca

Browse files
author
Sebastian Stockhammer
committed
Add serial_free stub
1 parent aa2969f commit 37b54ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

targets/TARGET_Maxim/TARGET_MAX32620C/serial_api.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,8 @@ const PinMap *serial_rts_pinmap()
418418
{
419419
return PinMap_UART_RTS;
420420
}
421+
422+
void serial_free(serial_t *obj)
423+
{
424+
// Not implemented
425+
}

0 commit comments

Comments
 (0)