masc2008 opened a new pull request, #19038:
URL: https://github.com/apache/nuttx/pull/19038

     ## Summary
   
     Guard the `SDIO_REGISTERCALLBACK()` call in `mmcsd_sdio.c`.
   
     `SDIO_REGISTERCALLBACK` is only defined when both
     `CONFIG_SCHED_WORKQUEUE` and `CONFIG_SCHED_HPWORK` are enabled in
     `include/nuttx/sdio.h`. Guarding the call site keeps the source aligned
     with that API availability and avoids build issues when HPWORK support is
     not configured.
   
     ## Impact
   
     Build fix only.
   
     ## Testing
   
   my config doesn't has CONFIG_SCHED_HPWORK, it reports compile error at 
first. with this no failure reported.
   


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

Reply via email to