raiden00pl commented on code in PR #15079: URL: https://github.com/apache/nuttx/pull/15079#discussion_r1879628154
########## drivers/Makefile: ########## @@ -55,6 +55,7 @@ include eeprom/Make.defs include efuse/Make.defs include net/Make.defs include note/Make.defs +include pcnt/Make.defs Review Comment: I wasn't aware of the `rmt` driver. But now I see that it's also in the wrong place :) it should be in `drivers/rc`. What's more it looks like rmt do something similar like `drivers/rc/lirc_dev.c` -- 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]
