This pull request changes the set_clocks functions for RP2040 drivers. They are defined as public, being accessible from within the crate. Making them public only inside the crate they cannot be accessed from code that is using the crate, but they can be accessed from other parts of the code within the crate. It resolves #10
TODO or Help Wanted
This pull request should be reviewed by someone with more experience.
Pull Request Overview
This pull request changes the
set_clocks
functions for RP2040 drivers. They are defined as public, being accessible from within the crate. Making them public only inside the crate they cannot be accessed from code that is using the crate, but they can be accessed from other parts of the code within the crate. It resolves #10TODO or Help Wanted
This pull request should be reviewed by someone with more experience.
Documentation Updated
Nothing updated.
Formatting
make prepush
.