summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/timer_handler.h
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-02-21 20:46:42 -0600
committersommersoft <sommersoft@gmail.com>2019-02-21 20:46:42 -0600
commita3f387274f029abae46c87ca9a903d67bdc90ea1 (patch)
tree151eaa169361ed2e161a24ad191f9ec7a4d0a647 /ports/atmel-samd/timer_handler.h
parent7a7f6638d2f399ac75c28cb53b441836bbe0acd1 (diff)
fix build issues
Diffstat (limited to 'ports/atmel-samd/timer_handler.h')
-rw-r--r--ports/atmel-samd/timer_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/atmel-samd/timer_handler.h b/ports/atmel-samd/timer_handler.h
index a495e21f2..f7a6e6e0e 100644
--- a/ports/atmel-samd/timer_handler.h
+++ b/ports/atmel-samd/timer_handler.h
@@ -28,7 +28,6 @@
#define TC_HANDLER_NO_INTERRUPT 0x0
#define TC_HANDLER_PULSEOUT 0x1
-#define TC_HANDLER_FREQUENCYIN 0x2
void set_timer_handler(bool is_tc, uint8_t index, uint8_t timer_handler);
void shared_timer_handler(bool is_tc, uint8_t index);