We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab99a7b commit c32c2c7Copy full SHA for c32c2c7
variants/Generic_F103Rx/variant.h
@@ -119,15 +119,15 @@ extern "C" {
119
// Define here Serial instance number to map on Serial generic name
120
#define SERIAL_UART_INSTANCE 1
121
122
-/* Extra HAL modules */
123
-#ifdef STM32F103xE
124
-#define HAL_DAC_MODULE_ENABLED
125
-#endif
126
-
127
// Default pin used for 'Serial1' instance
128
#define PIN_SERIAL_RX PA10
129
#define PIN_SERIAL_TX PA9
130
+/* Extra HAL modules */
+#if defined(STM32F103xE) || defined(STM32F103xG)
+#define HAL_DAC_MODULE_ENABLED
+#endif
+
131
#ifdef __cplusplus
132
} // extern "C"
133
#endif
0 commit comments