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 2020/03/07 15:25:56 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #475: up_mdelay multiple definitions

xiaoxiang781216 edited a comment on issue #475: up_mdelay multiple definitions
URL: https://github.com/apache/incubator-nuttx/issues/475#issuecomment-596099300
 
 
   @robin-raymond you shouldn't do these two things at the same time:
   1.Include up_mdelay.c in your CSRCS
   2.Enable CONFIG_ARCH_TIMER in your defconfig
   Please see the detailed discussion here:
   https://github.com/apache/incubator-nuttx/issues/353
   You can remove up_mdelay.c from CSRCS, because the implemenation in arch_timer.c is more  accurate.

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


With regards,
Apache Git Services