Commit 31e562d
committed
fix(Nucleo_F401RE): use HSI intead of HSE bypass
HSE Bypass is available only on MB1136 C-02 (or higher).
MB1136 C-01 configured as HSE not used so old clock config
does not work for it. Using HSI allows to be compatible
with all MB1136 C-0x version.
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent 97030d8 commit 31e562d
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments