Rev 1910 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1910 | Rev 2030 | ||
|---|---|---|---|
| Line 447... | Line 447... | ||
| 447 | 447 | ||
| 448 | 448 | ||
| 449 | sns_input_setPinStatus(); |
449 | sns_input_setPinStatus(); |
| 450 | 450 | ||
| 451 | Timer_SetTimeout(sns_input_DEBOUNCE_TIMER, sns_input_DEBOUNCE_TIME_MS, TimerTypeFreeRunning, 0); |
451 | Timer_SetTimeout(sns_input_DEBOUNCE_TIMER, sns_input_DEBOUNCE_TIME_MS, TimerTypeFreeRunning, 0); |
| - | 452 | #if sns_input_SEND_PERIODIC==1 |
|
| 452 | Timer_SetTimeout(sns_input_SEND_PERIODIC_TIMER, sns_input_SEND_PERIOD_MS, TimerTypeFreeRunning, 0); |
453 | Timer_SetTimeout(sns_input_SEND_PERIODIC_TIMER, sns_input_SEND_PERIOD_MS, TimerTypeFreeRunning, 0); |
| - | 454 | #endif |
|
| 453 | } |
455 | } |
| 454 | 456 | ||
| 455 | #if sns_input_SEND_PERIODIC==1 |
457 | #if sns_input_SEND_PERIODIC==1 |
| 456 | uint8_t ChannelToSend = 0; |
458 | uint8_t ChannelToSend = 0; |
| 457 | #endif |
459 | #endif |