Delayed LED control using bools to save input values

Fork of MODSERIAL by Erik -

Files at this revision

API Documentation at this revision

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;
     }