- Notifications
You must be signed in to change notification settings - Fork1k
Commitd8a8b20
Fix dead lock with pin above NUM_DIGITAL_PINS (#2629)
Penalty for the check should be a single instruction for pin numbers below NUM_DIGITAL_PINS, 9 for pin numbers between PNUM_ANALOG_BASE and NUM_ANALOG_INTERNAL_FIRST.Tests done on a Black F407VE boardSigned-off-by: Frederic Pillon <frederic.pillon@st.com>Co-authored-by: Frederic Pillon <frederic.pillon@st.com>1 parentcfe4962 commitd8a8b20
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
86 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
90 | 95 |
| |
91 |
| - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
92 | 100 |
| |
93 | 101 |
| |
94 | 102 |
| |
|
0 commit comments
Comments
(0)