Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'xPendedTicksTemp' undeclared (IDFGH-12247) #13297

Closed
3 tasks done
endsofinvention opened this issue Mar 1, 2024 · 1 comment
Closed
3 tasks done

'xPendedTicksTemp' undeclared (IDFGH-12247) #13297

endsofinvention opened this issue Mar 1, 2024 · 1 comment
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@endsofinvention
Copy link

endsofinvention commented Mar 1, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.2 (installed via VSCode plugin

Operating System used.

Linux

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

What is the expected behavior?

I expected the IDF code to build.

What is the actual behavior?

I get the following build error

/esp/v5.2/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:3322:21: error: 'xPendedTicksTemp' undeclared (first use in this function); did you mean 'xPendedTicks'?
 3322 |                 if( xPendedTicksTemp == ( TickType_t ) 0 )

Disabling configUSE_TICK_HOOK removes the error.

Steps to reproduce.

  1. Open example project
  2. Enable configUSE_TICK_HOOK
  3. build

...

Build or installation Logs.

`/esp/v5.2/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:3322:21: error: 'xPendedTicksTemp' undeclared (first use in this function); did you mean 'xPendedTicks'?
 3322 |                 if( xPendedTicksTemp == ( TickType_t ) 0 )`

More Information.

No response

@endsofinvention endsofinvention added the Type: Bug bugs in IDF label Mar 1, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Mar 1, 2024
@github-actions github-actions bot changed the title 'xPendedTicksTemp' undeclared 'xPendedTicksTemp' undeclared (IDFGH-12247) Mar 1, 2024
@Dazza0
Copy link
Collaborator

Dazza0 commented Mar 1, 2024

@endsofinvention Thanks for raising this issue. Will add a fix for this.

@Dazza0 Dazza0 self-assigned this Mar 1, 2024
@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Mar 1, 2024
@espressif-bot espressif-bot assigned Dazza0 and unassigned Dazza0 Mar 1, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: In Progress Work is in progress labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants