From 91b5be4370b9eab6440bf56b003b0fc9d4a4f42a Mon Sep 17 00:00:00 2001 From: Mattias Nilsson Date: Tue, 22 Oct 2024 08:14:10 +0200 Subject: [PATCH] Fix syntax error in rtl_xmc4_dynpdo --- applications/rtl_xmc4_dynpdo/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/rtl_xmc4_dynpdo/main.c b/applications/rtl_xmc4_dynpdo/main.c index e6f37f2..731a70b 100644 --- a/applications/rtl_xmc4_dynpdo/main.c +++ b/applications/rtl_xmc4_dynpdo/main.c @@ -76,7 +76,7 @@ int main (void) .esc_hw_interrupt_enable = ESC_interrupt_enable, .esc_hw_interrupt_disable = ESC_interrupt_disable, .esc_hw_eep_handler = ESC_eep_handler, - .esc_check_dc_handler = dc_checker + .esc_check_dc_handler = dc_checker, .get_device_id = NULL };