linguini1 opened a new issue, #17249:
URL: https://github.com/apache/nuttx/issues/17249

   ### Description / Steps to reproduce the issue
   
   The `callbackenable` function prototype exists outside of the ifdef guards 
for HPWORK queue support in include/nuttx/sdio.h.
   
   However, this function is meant to enable the callback function that was 
registered earlier based on some events. I don't see why this should exist 
without the work queue, since without the work queue no callback can even be 
registered. This means the system is enabling nothing. All callback-related 
functions should not exist without work queue support.
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   Arch Linux
   
   ### NuttX Version
   
   master
   
   ### Issue Architecture
   
   [Arch: all]
   
   ### Issue Area
   
   [Area: Drivers]
   
   ### Host information
   
   N/A
   
   ### Verification
   
   - [x] I have verified before submitting the report.


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