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:
- 44:a3b2bc878529
- Parent:
- 38:a04506a9a55b
- Child:
- 46:2ed98fd82186
diff -r 8c8d13e1840b -r a3b2bc878529 MODSERIAL.h --- a/MODSERIAL.h Wed Apr 26 06:50:40 2017 +0000 +++ b/MODSERIAL.h Sun May 07 16:26:36 2017 +0000 @@ -894,7 +894,7 @@ * TX Interrupt Service Routine stub version. * @ingroup INTERNALS */ - void isr_tx(void) { isr_tx(true); } + void isr_tx_true(void) { isr_tx(true); } /**