Skip to content

Commit

Permalink
Fix syntax error in rtl_xmc4_dynpdo
Browse files Browse the repository at this point in the history
  • Loading branch information
amn-rtl authored and hefloryd committed Oct 24, 2024
1 parent 8f3841e commit eaf523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/rtl_xmc4_dynpdo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit eaf523e

Please # to comment.