diff --git a/src/runtime/runtime_stm32wlx.go b/src/runtime/runtime_stm32wlx.go index 35c017c3..278a1170 100644 --- a/src/runtime/runtime_stm32wlx.go +++ b/src/runtime/runtime_stm32wlx.go @@ -21,12 +21,11 @@ func init() { // Configure 48Mhz clock initCLK() - // UART init - machine.InitSerial() - // Timers init initTickTimer(&machine.TIM1) + // UART init + machine.InitSerial() } func initCLK() {