From f3ddc8543e2435045bbe8cd51a38865b6398011b Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Tue, 11 Aug 2015 00:17:55 -0600 Subject: [PATCH] Removed a windows encoding line in irISR.cpp, #192 --- irISR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irISR.cpp b/irISR.cpp index b124e9c..e3bc1c3 100644 --- a/irISR.cpp +++ b/irISR.cpp @@ -15,7 +15,7 @@ // As soon as first MARK arrives: // Gap width is recorded; Ready is cleared; New logging starts // -ISR (TIMER_INTR_NAME) +ISR (TIMER_INTR_NAME) { TIMER_RESET;