Skip to content

Commit f547ffa

Browse files
Ganesh Ramachandranadbridge
authored andcommitted
Issue with mbed compile for GCC_ARM tool resolved
Functions 'serial_break_set' & 'serial_break_clear' wrongly removed during 'SERIAL_FC disabled, critical section API Updation' commit. Due to this 'mbed compile' command for GCC_ARM tool fails to compile.
1 parent 4f17ab1 commit f547ffa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM066/serial_api.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,11 @@ void serial_pinout_tx(PinName tx)
239239
{
240240
pinmap_pinout(tx, PinMap_UART_TX);
241241
}
242+
243+
void serial_break_set(serial_t *obj)
244+
{
245+
}
246+
247+
void serial_break_clear(serial_t *obj)
248+
{
249+
}

0 commit comments

Comments
 (0)