-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm/rp2040,rp2350: Use
BOARD_XOSC_FREQ
for calculating startup delay
Previously this used a hard-coded value of 12 MHz, but this presumably should use `BOARD_XOSC_FREQ`. Similarly to how it is done in pico-sdk. It looks like all boards are currently defined to use 12 MHz XOSC clocks, so this won't change behavior with any of them. Signed-off-by: Ian Douglas Scott <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters