Commit c98fbe6
committed
Clarify confusing power pin calculation logic
- Fix line 160: change 'height // 2 + height // 2' to just 'height // 2'
- Add clarifying comment about pin numbering for left side
- The original expression was confusing and simplified to wrong value
- Addresses gatecat review comment on standard.py:1601 parent bf77119 commit c98fbe6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments