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 97d8a85 commit d0c4ac4Copy full SHA for d0c4ac4
system/STM32L5xx/stm32l5xx_hal_conf.h
@@ -0,0 +1,16 @@
1
+#ifndef __STM32L5xx_HAL_CONF_H
2
+#define __STM32L5xx_HAL_CONF_H
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