forked fromzephyrproject-rtos/arduino-core-zephyr
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34
Commitaa2150b
zephyrSerial: Fix misdetection arduino_serial1
DT_NODE_EXISTS value is true even if the status is disabled,so it caused misdetection.Use DT_NODE_HAS_STATUS to detect the status ofthe arduino_serial1 node is ok.Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>1 parentb252469 commitaa2150b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments
Comments
(0)