| 35 | } |
| 36 | |
| 37 | bool RCInput::new_input() |
| 38 | { |
| 39 | bool ret = rc_input_count != last_rc_input_count; |
| 40 | if (ret) { |
| 41 | last_rc_input_count.store(rc_input_count); |
| 42 | } |
| 43 | return ret; |
| 44 | } |
| 45 | |
| 46 | uint8_t RCInput::num_channels() |
| 47 | { |
no outgoing calls
no test coverage detected