stop corking output */
| 1349 | stop corking output |
| 1350 | */ |
| 1351 | void RCOutput::push(void) |
| 1352 | { |
| 1353 | corked = false; |
| 1354 | memcpy(period, period_corked, sizeof(period)); |
| 1355 | push_local(); |
| 1356 | #if HAL_WITH_IO_MCU |
| 1357 | if (iomcu_enabled) { |
| 1358 | iomcu.push(); |
| 1359 | } |
| 1360 | #endif |
| 1361 | } |
| 1362 | |
| 1363 | /* |
| 1364 | enable sbus output |
no test coverage detected