File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,15 @@ in voltage and temperature.*/
139
139
/**
140
140
* @brief This is the HAL system configuration section
141
141
*/
142
+ #if !defined (VDD_VALUE )
142
143
#define VDD_VALUE (3300UL) /*!< Value of VDD in mv */
144
+ #endif /* VDD_VALUE */
145
+ #if !defined (TICK_INT_PRIORITY )
143
146
#define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority (lowest by default) */
147
+ #endif /* TICK_INT_PRIORITY */
148
+ #if !defined (USE_RTOS )
144
149
#define USE_RTOS 0U
150
+ #endif /* USE_RTOS */
145
151
146
152
/* ########################## Assert Selection ############################## */
147
153
/**
@@ -156,8 +162,9 @@ in voltage and temperature.*/
156
162
* Activated: CRC code is present inside driver
157
163
* Deactivated: CRC code cleaned from driver
158
164
*/
159
-
165
+ #if !defined ( USE_SPI_CRC )
160
166
#define USE_SPI_CRC 1U
167
+ #endif /* USE_SPI_CRC */
161
168
162
169
/* ################ HSE Capacitor tuning configuration ###################### */
163
170
/**
You can’t perform that action at this time.
0 commit comments