mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 15:07:34 +08:00
Update platforms/nuttx/src/bootloader/stm/stm32_common/main.c
This commit is contained in:
committed by
David Sidrane
parent
7768dfda35
commit
87b52ae6ee
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user