esp-hal-procmacros::interrupt fix example in doc (#270)

This commit is contained in:
Gleb Dubrovin 2022-11-21 20:25:17 +03:00 committed by GitHub
parent cb41b9553b
commit 5c28663d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ pub fn ram(args: TokenStream, input: TokenStream) -> TokenStream {
/// interrupt function for example, on Xtensa based chips: /// interrupt function for example, on Xtensa based chips:
/// ///
/// ```rust /// ```rust
/// fn GPIO(context: &mut xtensa_lx_rt::exeception::Context) { /// fn GPIO(context: &mut xtensa_lx_rt::exception::Context) {
/// // code /// // code
/// } /// }
/// ``` /// ```