diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-02-19 20:18:21 -0600 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-02-19 20:18:21 -0600 |
| commit | 55e7c5a41bf53fc44bfdbedd9f1228241a62132c (patch) | |
| tree | 57a52336a8e6feb584f2745b81cabc740a7d642f /ports/atmel-samd/timer_handler.h | |
| parent | dafc370d22b0598f7330d907e7fbeaa4aa93cc15 (diff) | |
handle 'set_timer_handler' on this side, vs samd-periphs.
Diffstat (limited to 'ports/atmel-samd/timer_handler.h')
| -rw-r--r-- | ports/atmel-samd/timer_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/timer_handler.h b/ports/atmel-samd/timer_handler.h index 3243740e2..a495e21f2 100644 --- a/ports/atmel-samd/timer_handler.h +++ b/ports/atmel-samd/timer_handler.h @@ -30,7 +30,7 @@ #define TC_HANDLER_PULSEOUT 0x1 #define TC_HANDLER_FREQUENCYIN 0x2 -void set_timer_handler(uint8_t index, uint8_t timer_handler); +void set_timer_handler(bool is_tc, uint8_t index, uint8_t timer_handler); void shared_timer_handler(bool is_tc, uint8_t index); #endif // MICROPY_INCLUDED_ATMEL_SAMD_TIMER_HANDLER_H |
