-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit f4cad9f
Fix: only one CAN bus connector is exposed on the H7.
Note: The exposed CAN bus is made available as a 'CAN' software object, following
the notion that Arduino IO objects always start without a number. This can be
slightly confusing as the exact same peripheral is labelled CAN1 in the schematics.1 parent 317fcb4 commit f4cad9f
2 files changed
+5
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 | - | ||
167 | + | ||
168 | 168 |
| |
169 | - | ||
170 | - | ||
171 | - | ||
172 | - | ||
173 | - | ||
169 | + | ||
170 | + | ||
174 | 171 |
| |
175 | 172 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | - | ||
81 | + | ||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 | - | ||
182 | + | ||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
|
0 commit comments