Commit fdc2904
committed
Auto merge of #12262 - epage:flatten, r=weihanglo
refactor(embedded)
### What does this PR try to resolve?
This is trying to make it easier to have multiple active PRs touching `embedded.rs` by separating out the parts of the code that will be touched in each PR. This is done by making the code roughly follow how the future code will be structured.
e.g. see #12255
### How should we test and review this PR?
Commit at a time. This is just a refactor, so no tests are changed.2 files changed
+201
-190
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments