Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Fix MCU clock frequency in platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
a2k-hanlon committed Jun 21, 2022
1 parent 0d681ad commit cd1a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECU/ecu_rework_proj/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ debug_tool = stlink
upload_protocol = stlink
debug_build_flags = -Werror -Og -ggdb
; Change MCU frequency
board_build.f_cpu = 36000000L
board_build.f_cpu = 72000000L

0 comments on commit cd1a63e

Please sign in to comment.