diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-03-01 21:24:30 -0600 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-03-01 21:24:30 -0600 |
| commit | a44bfc2730c246738dd8d636d18ffb6591673864 (patch) | |
| tree | 786621e0549a8f2dee327fc0d04bd2c5786c8d10 /ports/atmel-samd/timer_handler.h | |
| parent | 4d47ce5c60d5e024b9a95f58372bfbb27772ef1a (diff) | |
| parent | 17bf2afa414d605676643be301a05d74c3b68290 (diff) | |
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_freq_in
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 a495e21f2..e249fca36 100644 --- a/ports/atmel-samd/timer_handler.h +++ b/ports/atmel-samd/timer_handler.h @@ -28,7 +28,7 @@ #define TC_HANDLER_NO_INTERRUPT 0x0 #define TC_HANDLER_PULSEOUT 0x1 -#define TC_HANDLER_FREQUENCYIN 0x2 +#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); |
