takumiando opened a new issue, #7089: URL: https://github.com/apache/incubator-nuttx/issues/7089
Does not NuttX support multiple RTCs? I want to use the internal and external RTCs, but the definitions of functions conflicts each other at building. ``` /path/to/nuttx/arch/arm/src/chip/cxd56_rtc.c:433: multiple definition of `up_rtc_settime'; /path/to/nuttx/staging/libdrivers.a(ds3231.o):/path/to//nuttx/drivers/timers/ds3231.c:387: first defined here ``` Can I specify that which I use at any timings? -- 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-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org