diff --git a/src/bsp_sd.h b/src/bsp_sd.h index 26578d3..e4b071b 100644 --- a/src/bsp_sd.h +++ b/src/bsp_sd.h @@ -50,7 +50,7 @@ extern "C" { #if defined(STM32_CORE_VERSION) && (STM32_CORE_VERSION <= 0x020C0000) #include "wiring_constants.h" #else -#include "Common.h" +#include "api/Common.h" #endif #if !defined(STM32_CORE_VERSION) || (STM32_CORE_VERSION <= 0x01060100) #error "This library version required a STM32 core version > 1.6.1.\