diff --git a/stm32cube/stm32c0xx/drivers/include/stm32c0xx_hal_conf.h b/stm32cube/stm32c0xx/drivers/include/stm32c0xx_hal_conf.h index 22ea0a0ee..36b19ae77 100644 --- a/stm32cube/stm32c0xx/drivers/include/stm32c0xx_hal_conf.h +++ b/stm32cube/stm32c0xx/drivers/include/stm32c0xx_hal_conf.h @@ -45,6 +45,7 @@ extern "C" { #define HAL_I2S_MODULE_ENABLED #define HAL_IRDA_MODULE_ENABLED #define HAL_IWDG_MODULE_ENABLED +#define HAL_PCD_MODULE_ENABLED #define HAL_PWR_MODULE_ENABLED #define HAL_RCC_MODULE_ENABLED #define HAL_RTC_MODULE_ENABLED @@ -258,6 +259,10 @@ in voltage and temperature.*/ #include "stm32c0xx_hal_wwdg.h" #endif /* HAL_WWDG_MODULE_ENABLED */ +#ifdef HAL_PCD_MODULE_ENABLED +#include "stm32c0xx_hal_pcd.h" +#endif /* HAL_PCD_MODULE_ENABLED */ + /* Exported macro ------------------------------------------------------------*/ #ifdef USE_FULL_ASSERT /**