raiden00pl commented on code in PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r851385873
##########
net/can/can_recvmsg.c:
##########
@@ -410,8 +410,7 @@ static uint16_t can_recvfrom_eventhandler(FAR struct
net_driver_s *dev,
FAR void *pvpriv, uint16_t flags)
{
struct can_recvfrom_s *pstate = (struct can_recvfrom_s *)pvpriv;
-#if (defined(CONFIG_NET_CANPROTO_OPTIONS) && defined(CONFIG_NET_CAN_CANFD)) ||
\
- defined(CONFIG_NET_TIMESTAMP)
Review Comment:
This is not related to the current error. CI didn't take this stage yet
(arm-07)
You can look at
https://github.com/apache/incubator-nuttx/runs/5172919938?check_suite_focus=true#step:7:124
which was part of PR https://github.com/apache/incubator-nuttx/pull/5481.
To fix CI I changed these lines with
https://github.com/apache/incubator-nuttx/pull/5481/commits/e86e6b841f508aea6826d0554aef921f6cf077e0
but I see now it was not correct.
--
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]