You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/17 19:33:08 UTC

[GitHub] [incubator-nuttx] ptka commented on pull request #5249: Fix aligment issue: pktbuf needs to be 16bit aligned

ptka commented on pull request #5249:
URL: https://github.com/apache/incubator-nuttx/pull/5249#issuecomment-1014837041


   > Please fix
   > 
   > ```
   > Error: usbdev/cdcecm.c:2098:23: error: assignment to 'uint8_t *' {aka 'unsigned char *'} from incompatible pointer type 'uint16_t *' {aka 'short unsigned int *'} [-Werror=incompatible-pointer-types]
   >  2098 |   self->dev.d_buf     = self->pktbuf;
   > ```
   
   Fixed ... I'm wondering why this is not reported on the rp2040 builds.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org