Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embassy-stm32 does not compile without "defmt" feature #3587

Open
meowcakes opened this issue Nov 28, 2024 · 1 comment
Open

embassy-stm32 does not compile without "defmt" feature #3587

meowcakes opened this issue Nov 28, 2024 · 1 comment

Comments

@meowcakes
Copy link

Due to this line:

_ => panic!("cannot select USBPHYC reference clock with source frequency of {} Hz, must be one of 16, 19.2, 20, 24, 26, 32 MHz", clk_val),

the trait Display is not implemented for time::Hertz

@Dirbaio
Copy link
Member

Dirbaio commented Nov 28, 2024

can you send a PR adding the Display impl, and an entry to ci.sh so this doesn't break again inthe future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants