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 52440c7 commit d85e7ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/HSLink-Pro/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ int main(void)
{
board_init();
serial_number_init();
board_init_usb_pins();
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 d85e7ed

Please sign in to comment.