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 2022/07/28 09:44:42 UTC

[GitHub] [incubator-nuttx] anchao commented on pull request #6727: power: add PM_IDLE_DOMAIN to pm.h and remove definations

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-unsubscribe@nuttx.apache.org

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