diff options
| author | Bob McWhirter <[email protected]> | 2021-11-02 15:45:56 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-02 15:45:56 -0400 |
| commit | d1272e00bb840a8b22606daea4519ca6823c0f76 (patch) | |
| tree | cf851b84a6c5311fed94f77cbcc4c2f9bcd4fbe5 | |
| parent | 44056c2e7525d09cb7f9c2b53d995b8505915d62 (diff) | |
Prefix unused variable for now.
| -rw-r--r-- | embassy-stm32/src/rcc/u5/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/u5/mod.rs b/embassy-stm32/src/rcc/u5/mod.rs index a713be499..dbf5e8dfb 100644 --- a/embassy-stm32/src/rcc/u5/mod.rs +++ b/embassy-stm32/src/rcc/u5/mod.rs | |||
| @@ -12,4 +12,4 @@ impl Default for Config { | |||
| 12 | } | 12 | } |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | pub unsafe fn init(config: Config) {} | 15 | pub unsafe fn init(_config: Config) {} |
