michallenc opened a new pull request, #12627:
URL: https://github.com/apache/nuttx/pull/12627
## Summary
Following error caused by incorrect naming of few defines.
```
chip/sam_mcan.c:415:7: warning: "MCAN1_NTSEG1" is not defined, evaluates to
0 [-Wundef]
415 | # if MCAN1_NTSEG1 > 63
| ^~~~~~~~~~~~
chip/sam_mcan.c:418:7: warning: "MCAN1_NTSEG2" is not defined, evaluates to
0 [-Wundef]
418 | # if MCAN1_NTSEG2 > 15
| ^~~~~~~~~~~~
chip/sam_mcan.c:421:7: warning: "MCAN1_NSJW" is not defined, evaluates to 0
[-Wundef]
421 | # if MCAN1_NSJW > 15
```
## Testing
Build passes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]