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.
pull/4840/head
Ganesh Ramachandran 2017-08-17 11:14:09 +05:30 committed by GitHub
parent 552feccca3
commit f79216c8d8
1 changed files with 8 additions and 0 deletions

View File

@ -239,3 +239,11 @@ void serial_pinout_tx(PinName tx)
{
pinmap_pinout(tx, PinMap_UART_TX);
}
void serial_break_set(serial_t *obj)
{
}
void serial_break_clear(serial_t *obj)
{
}