anchao commented on PR #6727: URL: https://github.com/apache/incubator-nuttx/pull/6727#issuecomment-1197913469
fix build break if enable CONFIG_PM: ``` drivers/timers/watchdog.c: In function 'watchdog_automonitor_idle': drivers/timers/watchdog.c:177:17: error: 'PM_IDLE_DOMAIN' undeclared (first use in this function) 177 | if (domain == PM_IDLE_DOMAIN && | ^~~~~~~~~~~~~~ ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org