Skip to content

Commit

Permalink
feat: updating from newer svd2rust (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasbrendel <lucasbrendel@users.noreply.github.com>
Co-authored-by: Lucas Brendel <lucasbrendel@gmail.com>
  • Loading branch information
3 people authored Dec 26, 2023
1 parent 22c592e commit f911295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![doc = "Peripheral access API for XMC4800 microcontrollers (generated using svd2rust v0.31.2 ( ))\n\nYou can find an overview of the generated API [here].\n\nAPI features to be included in the [next]
svd2rust release can be generated by cloning the svd2rust [repository], checking out the above commit, and running `cargo doc --open`.\n\n[here]: https://docs.rs/svd2rust/0.31.2/svd2rust/#peripheral-api\n[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]: https://github.com/rust-embedded/svd2rust"]

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![no_std]
Expand Down

0 comments on commit f911295

Please sign in to comment.