Make fmt-check happy again
Этот коммит содержится в:
родитель
9f52fe4e4a
коммит
f1a5743f77
1 изменённых файлов: 1 добавлений и 2 удалений
|
@ -4,8 +4,8 @@ package machine
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"device/avr"
|
"device/avr"
|
||||||
"runtime/volatile"
|
|
||||||
"runtime/interrupt"
|
"runtime/interrupt"
|
||||||
|
"runtime/volatile"
|
||||||
)
|
)
|
||||||
|
|
||||||
const irq_USART0_RX = avr.IRQ_USART0_RX
|
const irq_USART0_RX = avr.IRQ_USART0_RX
|
||||||
|
@ -201,7 +201,6 @@ func (pwm PWM) Configure(config PWMConfig) error {
|
||||||
top = config.Period * (uint64(CPUFrequency()) / 1000000) / 1000
|
top = config.Period * (uint64(CPUFrequency()) / 1000000) / 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// The ideal PWM period may be larger than would fit in the PWM counter,
|
// The ideal PWM period may be larger than would fit in the PWM counter,
|
||||||
// which is 16 bits (see maxTop). Therefore, try to make the PWM clock
|
// which is 16 bits (see maxTop). Therefore, try to make the PWM clock
|
||||||
// speed lower with a prescaler to make the top value fit the maximum
|
// speed lower with a prescaler to make the top value fit the maximum
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче