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
Revision 43:8c46846be166, committed 2016-09-16
- Comitter:
- JeffreyBrimm
- Date:
- Fri Sep 16 07:58:33 2016 +0000
- Parent:
- 42:4737f8a5b018
- Commit message:
- first attempt at getc led toggle
Changed in this revision
| GETC.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/GETC.cpp Mon Sep 12 12:07:22 2016 +0000
+++ b/GETC.cpp Fri Sep 16 07:58:33 2016 +0000
@@ -52,7 +52,7 @@
if ( ! MODSERIAL_RX_BUFFER_FULL ) {
uint32_t irq_reg = MODSERIAL_IRQ_REG;
DISABLE_RX_IRQ;
- isr_rx();
+ isr_rx();
MODSERIAL_IRQ_REG = irq_reg;
}
