Commit 468e5ad
stm32mp2xx.h: fix the USE_HAL_DRIVER include
Modify the included HAL header in stm32mp2xx.h to the correct one.
"stm32mp2xx_hal_conf.h" -> "stm32mp2xx_hal.h"
"stm32mp2xx_hal.h" was never included in build time and caused
declaration errors when using the HAL driver.
Signed-off-by: Youssef Zini <[email protected]>1 parent 54f5a6e commit 468e5ad
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments