-
| I am trying to use vTaskGetInfo(), but I get  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            feilipu
          
      
      
        Jan 7, 2024 
      
    
    Replies: 1 comment
-
| A quick search of the source reveals it needs to be configured to be enabled. This is true for many API functions. 
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        ubaldot
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
A quick search of the source reveals it needs to be configured to be enabled. This is true for many API functions.
#if ( configUSE_TRACE_FACILITY == 1 )