Created
February 5, 2020 21:24
-
-
Save bofh/9b85b79ab645e481fabb13ec0a86b115 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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