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 2021/05/03 21:13:08 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3651: Use inttypes in stm32{f7|h7}, Kinetis, s32k drivers.

davids5 commented on a change in pull request #3651:
URL: https://github.com/apache/incubator-nuttx/pull/3651#discussion_r625371712



##########
File path: arch/arm/src/stm32f7/stm32_serial.c
##########
@@ -3641,10 +3641,10 @@ void arm_serialinit(void)
 
 #if !defined(SERIAL_HAVE_ONLY_DMA)
 #  if defined(SERIAL_HAVE_RXDMA)
-  UNUSED(g_uart_rxdma_ops);
+  UNUSED(&g_uart_rxdma_ops);

Review comment:
       Yes. it is listed "stm32f7:serial fix compile error from UNUSED() change" 
   UNUSED changed recently and broke it.




-- 
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.

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