From 675ae4d7b6fa7dd1d0c218a6c0222da7afeb2cee Mon Sep 17 00:00:00 2001 From: polymurph Date: Mon, 20 Dec 2021 15:07:55 +0100 Subject: [PATCH] changed the bsl to nucleo --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd944a6..0c6a7fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,8 @@ include(${PROJECT_DEFS}) add_subdirectory(utils) add_subdirectory(bsl) -set(BSL_HEADER_FILE ${CMAKE_SOURCE_DIR}/bsl/raspberry/bsl_raspberry.hpp) +#set(BSL_HEADER_FILE ${CMAKE_SOURCE_DIR}/bsl/raspberry/bsl_raspberry.hpp) +set(BSL_HEADER_FILE ${CMAKE_SOURCE_DIR}/bsl/nucleo_f042k6/bsl_nucleo_f042k6.hpp) message("${BoldBlue}Project Info ${ColourReset}") message("${Blue} |--> Exec Name \t: ${EXECUTABLE} ${ColourReset}")