You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Below are the design principles.
11
11
2. Concise is not equal to simple.
12
12
- Fewer lines of code do not necessarily mean easier to read and understand.
13
13
14
-
Therefore, if a module is quite complex, I would not use a macro + generic approach, as it is too difficult to read.
14
+
Therefore, if a module is quite complex, I would not use a `macro` + `generic` approach, as it is too difficult to read.
15
15
16
-
Instead, I use a synchronization script to manage duplicate code across peripherals and a script to generate code for GPIO alternate function remapping.
16
+
Instead, I use [sync-code](https://crates.io/crates/sync-code) to manage duplicate code across peripherals and a script to generate code for GPIO alternate function remapping.
17
17
18
18
## Note
19
19
This project is still in its early stages, with only a few features completed.
0 commit comments