Этот коммит содержится в:
sago35 2021-09-23 13:49:55 +09:00 коммит произвёл Ron Evans
родитель dbfaaf7c13
коммит 00c73d62ad

Просмотреть файл

@ -14,6 +14,10 @@ const (
MHz = 1000000 MHz = 1000000
) )
func CPUFrequency() uint32 {
return 125 * MHz
}
// clockIndex identifies a hardware clock // clockIndex identifies a hardware clock
type clockIndex uint8 type clockIndex uint8