diff options
| author | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 14:59:21 +0100 |
|---|---|---|
| committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 14:59:21 +0100 |
| commit | 45fea86554d42d07360ec16574908bc96c5e37ec (patch) | |
| tree | dc975ed9cfa9a8532fffbfdd80004d6302a17dfc /ports/atmel-samd/timer_handler.h | |
| parent | 48f0a5163e6a3a5e44e6df231867b9bc90ce933b (diff) | |
Rebase on top of CircuitPython 4.x
Diffstat (limited to 'ports/atmel-samd/timer_handler.h')
| -rw-r--r-- | ports/atmel-samd/timer_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/timer_handler.h b/ports/atmel-samd/timer_handler.h index f7a6e6e0e..e249fca36 100644 --- a/ports/atmel-samd/timer_handler.h +++ b/ports/atmel-samd/timer_handler.h @@ -28,6 +28,7 @@ #define TC_HANDLER_NO_INTERRUPT 0x0 #define TC_HANDLER_PULSEOUT 0x1 +#define TC_HANDLER_PEW 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); |
