Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MODSERIAL by
Diff: PUTC.cpp
- Revision:
- 18:21ef26402365
- Parent:
- 14:3c3b87617bfe
- Child:
- 22:c11ea36f17f9
diff -r 6c9b57c14868 -r 21ef26402365 PUTC.cpp --- a/PUTC.cpp Tue Mar 08 01:42:25 2011 +0000 +++ b/PUTC.cpp Thu Apr 21 09:20:41 2011 +0000 @@ -60,7 +60,7 @@ } else if( MODSERIAL_TX_BUFFER_FULL ) { buffer_overflow[TxIrq] = c; // Oh dear, no room in buffer. - _isr[TxOvIrq].call(); + _isr[TxOvIrq].call(&this->callbackInfo); return -1; } _IER &= ~2;