Skip to content

Commit

Permalink
Update board.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaqian12 committed Oct 4, 2023
1 parent d364740 commit 46c5606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/ArteryTek/at32f423/boards/at32f423ccu7_hick/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static inline void clock_init(void) {
crm_ahb_div_set(CRM_AHB_DIV_1);
crm_apb2_div_set(CRM_APB2_DIV_1);
crm_apb1_div_set(CRM_APB1_DIV_1);
crm_usb_clock_div_set(CRM_USB_DIV_6);
crm_usb_clock_source_select(CRM_USB_CLOCK_SOURCE_HICK);
}
#endif

0 comments on commit 46c5606

Please sign in to comment.