File tree 12 files changed +27
-3
lines changed
12 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,9 @@ in voltage and temperature. */
165
165
/**
166
166
* @brief This is the HAL system configuration section
167
167
*/
168
+ #if !defined(VDD_VALUE )
168
169
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
170
+ #endif
169
171
#if !defined (TICK_INT_PRIORITY )
170
172
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
171
173
#endif
Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ extern "C" {
142
142
/**
143
143
* @brief This is the HAL system configuration section
144
144
*/
145
+ #if !defined(VDD_VALUE )
145
146
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
147
+ #endif
146
148
#if !defined (TICK_INT_PRIORITY )
147
149
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
148
150
#endif
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ extern "C" {
79
79
#define HAL_SD_MODULE_ENABLED
80
80
#define HAL_SPI_MODULE_ENABLED
81
81
#define HAL_TIM_MODULE_ENABLED
82
- #define HAL_UART_MODULE_ENABLED
83
- #define HAL_USART_MODULE_ENABLED
82
+ #define HAL_UART_MODULE_ENABLED
83
+ #define HAL_USART_MODULE_ENABLED
84
84
#define HAL_IRDA_MODULE_ENABLED
85
85
#define HAL_SMARTCARD_MODULE_ENABLED
86
86
#define HAL_WWDG_MODULE_ENABLED
87
87
#define HAL_CORTEX_MODULE_ENABLED
88
- #define HAL_PCD_MODULE_ENABLED
88
+ #define HAL_PCD_MODULE_ENABLED
89
89
#define HAL_HCD_MODULE_ENABLED
90
90
#define HAL_MMC_MODULE_ENABLED
91
91
#endif
@@ -148,7 +148,9 @@ in voltage and temperature.*/
148
148
/**
149
149
* @brief This is the HAL system configuration section
150
150
*/
151
+ #if !defined (VDD_VALUE )
151
152
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
153
+ #endif
152
154
#if !defined (TICK_INT_PRIORITY )
153
155
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
154
156
#endif
Original file line number Diff line number Diff line change @@ -165,7 +165,9 @@ in voltage and temperature. */
165
165
/**
166
166
* @brief This is the HAL system configuration section
167
167
*/
168
+ #if !defined (VDD_VALUE )
168
169
#define VDD_VALUE (3300U) /*!< Value of VDD in mv */
170
+ #endif
169
171
#if !defined (TICK_INT_PRIORITY )
170
172
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
171
173
#endif
Original file line number Diff line number Diff line change @@ -146,7 +146,9 @@ in voltage and temperature. */
146
146
/**
147
147
* @brief This is the HAL system configuration section
148
148
*/
149
+ #if !defined (VDD_VALUE )
149
150
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
151
+ #endif
150
152
#if !defined (TICK_INT_PRIORITY )
151
153
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
152
154
#endif
Original file line number Diff line number Diff line change @@ -146,7 +146,9 @@ in voltage and temperature. */
146
146
/**
147
147
* @brief This is the HAL system configuration section
148
148
*/
149
+ #if !defined (VDD_VALUE )
149
150
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
151
+ #endif
150
152
#if !defined (TICK_INT_PRIORITY )
151
153
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
152
154
#endif
Original file line number Diff line number Diff line change @@ -148,7 +148,9 @@ in voltage and temperature.*/
148
148
/**
149
149
* @brief This is the HAL system configuration section
150
150
*/
151
+ #if !defined (VDD_VALUE )
151
152
#define VDD_VALUE (3300UL) /*!< Value of VDD in mv */
153
+ #endif
152
154
#if !defined (TICK_INT_PRIORITY )
153
155
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
154
156
#endif
Original file line number Diff line number Diff line change @@ -159,7 +159,9 @@ in voltage and temperature.*/
159
159
/**
160
160
* @brief This is the HAL system configuration section
161
161
*/
162
+ #if !defined (VDD_VALUE )
162
163
#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
164
+ #endif
163
165
#if !defined (TICK_INT_PRIORITY )
164
166
#define TICK_INT_PRIORITY ((uint32_t)0x00) /*!< tick interrupt priority */
165
167
#endif
Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ 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 ((uint32_t)3300U) /*!< Value of VDD in mv */
144
+ #endif
143
145
#if !defined (TICK_INT_PRIORITY )
144
146
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
145
147
#endif
Original file line number Diff line number Diff line change @@ -129,7 +129,9 @@ in voltage and temperature.*/
129
129
/**
130
130
* @brief This is the HAL system configuration section
131
131
*/
132
+ #if !defined (VDD_VALUE )
132
133
#define VDD_VALUE (3300U) /*!< Value of VDD in mv */
134
+ #endif
133
135
#if !defined (TICK_INT_PRIORITY )
134
136
#define TICK_INT_PRIORITY (0x0000U) /*!< tick interrupt priority */
135
137
#endif
Original file line number Diff line number Diff line change @@ -177,7 +177,9 @@ in voltage and temperature.*/
177
177
/**
178
178
* @brief This is the HAL system configuration section
179
179
*/
180
+ #if !defined (VDD_VALUE )
180
181
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
182
+ #endif
181
183
#if !defined (TICK_INT_PRIORITY )
182
184
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
183
185
#endif
Original file line number Diff line number Diff line change @@ -178,7 +178,9 @@ in voltage and temperature.*/
178
178
/**
179
179
* @brief This is the HAL system configuration section
180
180
*/
181
+ #if !defined (VDD_VALUE )
181
182
#define VDD_VALUE (3300UL) /*!< Value of VDD in mv */
183
+ #endif
182
184
#if !defined (TICK_INT_PRIORITY )
183
185
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
184
186
#endif
You can’t perform that action at this time.
0 commit comments