Skip to content

Fix version mismatch - Issue #704#706

Open
N-Tahiri wants to merge 1 commit into
espressif:masterfrom
N-Tahiri:Fix-implicit-declaration-of-function-'esp_timer_stop_blocking'
Open

Fix version mismatch - Issue #704#706
N-Tahiri wants to merge 1 commit into
espressif:masterfrom
N-Tahiri:Fix-implicit-declaration-of-function-'esp_timer_stop_blocking'

Conversation

@N-Tahiri
Copy link
Copy Markdown

The current change fixes the issue where the compiler reports error: esp_lvgl_adapter 0.4.3 implicit declaration of function 'esp_timer_stop_blocking'

Related issue

Fixes #704

Description

The problem is that the change made, is not compatible with the current esp-idf available which is v6.0.0, maybe the developer was targeting a higher/upcoming version.

To avoid this issue, a strict skip of esp-idf v6.0.0 is required so the implementation falls back to ret = esp_timer_stop(timer); which is still used this version (v6.0.0).

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

esp_lvgl_adapter 0.4.3 implicit declaration of function 'esp_timer_stop_blocking'

2 participants