From 7e1fd186dc788476d1264f6df7be92900ed46bcc Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 22 Aug 2022 00:04:30 +0200 Subject: [PATCH] Adding driver for build. Signed-off-by: Pol Henarejos --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90e5329..a5e4bf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,4 +10,3 @@ set(CMAKE_CXX_STANDARD 17) pico_sdk_init() add_subdirectory(firmware) -add_subdirectory(driver)