Skip to content

Commit 5297991

Browse files
committed
Fix wrong f_cpu for Nucleo L476RG
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 1ae377b commit 5297991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Nucleo_64.menu.board_part_num.NUCLEO_L476RG.node=NODE_L476RG
192192
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.upload.maximum_size=1048576
193193
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.upload.maximum_data_size=131072
194194
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.build.mcu=cortex-m4
195-
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.build.f_cpu=4000000L
195+
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.build.f_cpu=80000000L
196196
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.build.board=NUCLEO_L476RG
197197
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.build.series=STM32L4xx
198198
Nucleo_64.menu.board_part_num.NUCLEO_L476RG.build.product_line=STM32L476xx

0 commit comments

Comments
 (0)