File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*******************************************************************************
12
12
*/
13
-
14
13
#pragma once
15
14
16
15
/*----------------------------------------------------------------------------
157
156
#define PIN_SERIAL_TX PA4
158
157
#endif
159
158
160
- // Value of the HSE Bypass in Hz
161
- #define HSE_VALUE 24000000UL
162
-
163
159
// Extra HAL modules
164
160
#if !defined(HAL_DAC_MODULE_DISABLED )
165
161
#define HAL_DAC_MODULE_ENABLED
166
162
#endif
167
163
164
+ // Value of the HSE Bypass in Hz
165
+ #define HSE_VALUE 24000000UL
166
+
168
167
/*----------------------------------------------------------------------------
169
168
* Arduino objects - C++ only
170
169
*----------------------------------------------------------------------------*/
191
190
#ifndef SERIAL_PORT_HARDWARE
192
191
#define SERIAL_PORT_HARDWARE Serial
193
192
#endif
194
- #endif
193
+ #endif
Original file line number Diff line number Diff line change @@ -222,8 +222,6 @@ P1 P2
222
222
#define HAL_SD_MODULE_ENABLED
223
223
#endif
224
224
225
- #define HSE_VALUE 8000000UL
226
-
227
225
// SD card slot Definitions
228
226
// SDMMC signals not available
229
227
#define SDMMC_CDIR_NA
@@ -257,6 +255,8 @@ P1 P2
257
255
#define SDX_CK PC12
258
256
#endif
259
257
258
+ #define HSE_VALUE 8000000UL
259
+
260
260
/*----------------------------------------------------------------------------
261
261
* Arduino objects - C++ only
262
262
*----------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 254
254
#define HAL_SD_MODULE_ENABLED
255
255
#endif
256
256
257
- // Value of the HSE Bypass in Hz
258
- #define HSE_VALUE 8000000U
259
-
260
257
// Pin UCPD to configure TCPP in default Type-C legacy state (UCPD_DBn for TCPP01)
261
258
#define PIN_UCPD_TCPP PA9
262
259
260
+ // Value of the HSE Bypass in Hz
261
+ #define HSE_VALUE 8000000U
262
+
263
263
/*----------------------------------------------------------------------------
264
264
* Arduino objects - C++ only
265
265
*----------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments