Skip to content

Instantly share code, notes, and snippets.

@bofh
Created February 5, 2020 21:24
Show Gist options
  • Save bofh/9b85b79ab645e481fabb13ec0a86b115 to your computer and use it in GitHub Desktop.
Save bofh/9b85b79ab645e481fabb13ec0a86b115 to your computer and use it in GitHub Desktop.
error[E0599]: no variant or associated item named `UART5` found for type `stm32f3::stm32f303::Interrupt` in the current scope
--> calibrating_ahrs/main.rs:138:12
|
138 | fn UART5();
| ^^^^^ variant or associated item not found in `stm32f3::stm32f303::Interrupt`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.
error: could not compile `proving_ground`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment