Skip to content
Snippets Groups Projects
Commit c524a7c7 authored by Mike McCauley's avatar Mike McCauley
Browse files

AP_HAL_FLYMAPLE: remove obsolete debugging code from RCInput

parent 6f04e5f2
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,6 @@ void FLYMAPLERCInput::init(void* machtnichts) ...@@ -118,7 +118,6 @@ void FLYMAPLERCInput::init(void* machtnichts)
timer_attach_interrupt(tdev, timer_channel, _timer_capt_cb); timer_attach_interrupt(tdev, timer_channel, _timer_capt_cb);
timer_generate_update(tdev); timer_generate_update(tdev);
timer_resume(tdev); // reenabled timer_resume(tdev); // reenabled
pinMode(2, OUTPUT);
} }
uint8_t FLYMAPLERCInput::valid_channels() { uint8_t FLYMAPLERCInput::valid_channels() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment