8000
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 3ac08e2 commit fb472d4Copy full SHA for fb472d4
system/STM32L5xx/stm32l5xx_hal_conf.h
@@ -0,0 +1,16 @@
1
+#ifndef __STM32L5xx_HAL_CONF_H
2
+#define __STM32L5xx_HAL_CONF_H< 80C1 /div>
3
+
4
+#include "variant.h"
5
6
+/* STM32L5xx specific HAL configuration options. */
7
+#if __has_include("hal_conf_custom.h")
8
+#include "hal_conf_custom.h"
9
+#else
10
+#if __has_include("hal_conf_extra.h")
11
+#include "hal_conf_extra.h"
12
+#endif
13
+#include "stm32l5xx_hal_conf_default.h"
14
15
16
+#endif /* __STM32L5xx_HAL_CONF_H */
0 commit comments