Skip to content

Commit 91b5be4

Browse files
committed
Fix syntax error in rtl_xmc4_dynpdo
1 parent 8f3841e commit 91b5be4

File tree

1 file changed

+1
-1
lines changed
  • applications/rtl_xmc4_dynpdo

1 file changed

+1
-1
lines changed

applications/rtl_xmc4_dynpdo/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int main (void)
7676
.esc_hw_interrupt_enable = ESC_interrupt_enable,
7777
.esc_hw_interrupt_disable = ESC_interrupt_disable,
7878
.esc_hw_eep_handler = ESC_eep_handler,
79-
.esc_check_dc_handler = dc_checker
79+
.esc_check_dc_handler = dc_checker,
8080
.get_device_id = NULL
8181
};
8282

0 commit comments

Comments
 (0)