Skip to content

Commit

Permalink
fix: sdk 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 2, 2025
1 parent d8eeec3 commit 29ee8ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/HSLink-Pro/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ int main(void)
{
board_init();
serial_number_init();
board_init_usb_pins();
board_init_usb(HPM_USB0);
dma_mgr_init();

SWDIO_DIR_Init();

printf("version: " CONFIG_BUILD_VERSION "\n");
extern char *string_descriptors[];
memcpy(string_descriptors[3], serial_number, 32);

HSP_Init();
Expand Down

0 comments on commit 29ee8ee

Please sign in to comment.