We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0087c commit 7704900Copy full SHA for 7704900
1 file changed
variants/Generic_F103Rx/variant.h
@@ -109,6 +109,10 @@ extern "C" {
109
// Define here Serial instance number to map on Serial generic name
110
#define SERIAL_UART_INSTANCE 1
111
112
+/* Extra HAL modules */
113
+#ifdef STM32F103xE
114
+#define HAL_DAC_MODULE_ENABLED
115
+#endif
116
117
// Default pin used for 'Serial1' instance
118
#define PIN_SERIAL_RX PA10
0 commit comments