From b07cab5858431e2d7a8cc72c8c232e114e2fd3be Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:36:27 +0200 Subject: [PATCH] gptimer is used from `driver` --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b518d..7fb61f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ idf_component_register( REQUIRES bt nvs_flash + driver PRIV_REQUIRES ${ESP_NIMBLE_PRIV_REQUIRES} )