Restored to cover also SM2/DC sync situation

This commit is contained in:
Hakan Bastedt
2025-02-08 21:50:03 +01:00
parent ada1b8aa05
commit c62b865f03

View File

@@ -68,10 +68,10 @@ static esc_cfg_t config =
.post_object_download_hook = NULL,
.rxpdo_override = NULL,
.txpdo_override = NULL,
.esc_hw_interrupt_enable = NULL, // ESC_interrupt_enable,
.esc_hw_interrupt_disable = NULL, // ESC_interrupt_disable,
.esc_hw_interrupt_enable = ESC_interrupt_enable,
.esc_hw_interrupt_disable = ESC_interrupt_disable,
.esc_hw_eep_handler = NULL,
.esc_check_dc_handler = NULL, // dc_checker,
.esc_check_dc_handler = dc_checker,
};
volatile byte serveIRQ = 0;