Skip to content

Commit

Permalink
Update platforms/nuttx/src/bootloader/stm/stm32_common/main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored and davids5 committed Nov 5, 2024
1 parent 7768dfd commit 87b52ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/nuttx/src/bootloader/stm/stm32_common/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct boardinfo board_info = {
.board_type = BOARD_TYPE,
.board_rev = 0,
.fw_size = 0,
.systick_mhz = STM32_CPUCLK_FREQUENCY/1000000,
.systick_mhz = STM32_CPUCLK_FREQUENCY / 1000000,
};

static void board_init(void);
Expand Down

0 comments on commit 87b52ae

Please sign in to comment.