Commit 2246ef1
committed
Fix issue to use defined function instead of the weak
ex for STM32F3:
HAL_DAC_SetValue is defined as weak in hal_adc
and strongly defined in hal_adc_ex
without this correction the weak one was used.
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>1 parent 984d29c commit 2246ef1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments