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.
Dependents: Autoflight2018_22_MODSERIAL
Fork of MODSERIAL by
Diff: MODSERIAL.h
- Revision:
- 11:a93a62eeeb9d
- Parent:
- 10:725fe81aa9ff
- Child:
- 12:8c7394e2ae7f
--- a/MODSERIAL.h Wed Nov 24 00:23:55 2010 +0000 +++ b/MODSERIAL.h Wed Nov 24 00:33:40 2010 +0000 @@ -865,7 +865,7 @@ if (dma->irqType() == MODDMA::TcIrq) dma->clearTcIrq(); if (dma->irqType() == MODDMA::ErrIrq) dma->clearErrIrq(); dmaSendChannel = -1; - _isrDmaComplete.call(); + _isrDmaSendComplete.call(); } #endif // MODDMA_H