Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix: esp_timer component exists only in IDF >=4.2
Browse files Browse the repository at this point in the history
but it is transitive dependency of driver, so keep it that way for now
  • Loading branch information
mdvorak committed Jan 22, 2022
1 parent 512df66 commit b4fa819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ cmake_minimum_required(VERSION 3.13.4)
idf_component_register(
SRCS src/button.c
INCLUDE_DIRS include
REQUIRES freertos driver log esp_timer
REQUIRES freertos driver log
)

0 comments on commit b4fa819

Please sign in to comment.