diff options
| author | Cesar Tamayo Claro <[email protected]> | 2025-12-09 14:05:28 -0700 |
|---|---|---|
| committer | Cesar Tamayo Claro <[email protected]> | 2025-12-09 14:05:28 -0700 |
| commit | 351f300fa3be839dfddb409c764541746d19b939 (patch) | |
| tree | c16f648f7220abe12b1225b28a5911eea33e33c6 | |
| parent | e8a84adb8d5bf3f773dfccd88c97390f36b5605a (diff) | |
Undo smt32f3 accidental change 2.0
| -rw-r--r-- | examples/stm32f3/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32f3/Cargo.toml b/examples/stm32f3/Cargo.toml index a4cfe7ed8..4349e8055 100644 --- a/examples/stm32f3/Cargo.toml +++ b/examples/stm32f3/Cargo.toml | |||
| @@ -27,8 +27,7 @@ embedded-storage = "0.3.1" | |||
| 27 | static_cell = "2" | 27 | static_cell = "2" |
| 28 | 28 | ||
| 29 | [profile.release] | 29 | [profile.release] |
| 30 | debug = false | 30 | debug = 2 |
| 31 | opt-level = 'z' | ||
| 32 | 31 | ||
| 33 | [package.metadata.embassy] | 32 | [package.metadata.embassy] |
| 34 | build = [ | 33 | build = [ |
