diff options
Diffstat (limited to 'testhal/STM32/multi/CRYPTO')
| -rw-r--r-- | testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/chconf.h | 2 | ||||
| -rw-r--r-- | testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/chconf.h b/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/chconf.h index 33701dbc2..9cd5cbf1f 100644 --- a/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/chconf.h +++ b/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/chconf.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/chconf.h
+ * @file rt/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.
diff --git a/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h b/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h index 47bf530f8..b03a70ced 100644 --- a/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h +++ b/testhal/STM32/multi/CRYPTO/cfg/stm32f756zg_nucleo144/halconf.h @@ -29,9 +29,9 @@ #define HALCONF_H
#define _CHIBIOS_HAL_CONF_
-#define _CHIBIOS_HAL_CONF_VER_6_0_
+#define _CHIBIOS_HAL_CONF_VER_7_0_
-#include "../stm32f756zg_nucleo144/mcuconf.h"
+#include "mcuconf.h"
/**
* @brief Enables the PAL subsystem.
|
